Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/admin/postgres12_end_of_life_notice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ If you are using Sourcegraph's released Postgres images, these images will be up

We strongly recommend that you consider this downtime prior to upgrading to ensure minimal disruption to your users. We also strongly recommend creating a backup of your database before the upgrade process, as an interruption to the upgrade process could lead to database corruption.

<Callout type="info">When upgrading, it's important to note that even if there's a newer version of the migrator image you should only use the 5.10 image to get the databases to v5.10 first. After that you can use newer migrator images to target versions beyond 5.10.</Callout>

### External Databases
If you are using externally managed databases for your Sourcegraph instance, you will need to manually upgrade the version of Postgres you are using to Postgres 16. For the Sourcegraph version that will be released on January 15, 2025 and subsequent versions, Sourcegraph will no longer run on any version of Postgres lower than Postgres 16, and you will not be able to upgrade your instance to any of those Sourcegraph versions unless that minimum required version of Postgres is met.

Expand Down