From 733440a7b5138a5d10c2ae8a93fc323eb057f2ab Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 16 Apr 2025 17:15:11 -0400 Subject: [PATCH] update docs for pg permissions --- docs/self-hosting/configuration/envars.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx index 7d1acb0c5..8318869f2 100644 --- a/docs/self-hosting/configuration/envars.mdx +++ b/docs/self-hosting/configuration/envars.mdx @@ -70,11 +70,10 @@ Defaults to reflecting the headers specified in the request's Access-Control-Req The platform utilizes Postgres to persist all of its data and Redis for caching and backgroud tasks -### PostgresSQL +### PostgreSQL - The Database user must have **CREATE** privilege to allow database schema - creation. + Please note that the database user must have **CREATE** privileges along with ability to create and modify tables. This is needed for Infisical to run schema migrations.