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.