Skip to content

Commit 142889a

Browse files
DaedalusGloujar
andauthored
Update docs/admin/how-to/upgrade-postgres-12-16-builtin-dbs.mdx
Co-authored-by: Louis Jarvis <[email protected]>
1 parent cb19b6a commit 142889a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/admin/how-to/upgrade-postgres-12-16-builtin-dbs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ $ kubectl apply -f deploy-sourcegraph-k8s/base/sourcegraph/pgsql/pgsql.StatefulS
8282

8383
## Helm
8484

85-
Unlike other deployment methods, Helm charts function as a complete unit and don't allow upgrading only the database components independently. Therefore, the PostgreSQL upgrade must be performed as part of a full Sourcegraph version upgrade.
85+
When using the in-cluster PostgreSQL databases included in the Sourcegraph Helm chart, database upgrades are integrated with the overall application upgrade process and there is no mechanism to upgrade only the PostgreSQL containers independently. Therefore, the PostgreSQL upgrade must be performed as part of a full Sourcegraph version upgrade.
86+
87+
For production deployments, we recommend using external PostgreSQL databases, which allows for more flexible database management outside the Helm deployment lifecycle.
8688

8789
### Required Upgrade Path
8890

0 commit comments

Comments
 (0)