diff --git a/pages/self-hosting/infrastructure/postgres.mdx b/pages/self-hosting/infrastructure/postgres.mdx index 738644d39..c4c03b975 100644 --- a/pages/self-hosting/infrastructure/postgres.mdx +++ b/pages/self-hosting/infrastructure/postgres.mdx @@ -15,7 +15,7 @@ Follow one of the [deployment guides](/self-hosting#deployment-options) to get s Langfuse requires a persistent Postgres database to store its state. You can use a managed service on AWS, Azure, or GCP, or host it yourself. -Langfuse supports Postgres versions >= 12. +Langfuse supports Postgres versions >= 12 and uses the `public` schema in the selected database. ## Use Cases