You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Callout on using the correct image for 5.10 upgrade
This change introduces a nuanced callout where typically customers can use the most recent version of migrator when performing an MVU but to upgrade to 5.10 they explicitly need to use the 5.10 migrator image, otherwise the database upgrade will fail.
Copy file name to clipboardExpand all lines: docs/admin/postgres12_end_of_life_notice.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ If you are using Sourcegraph's released Postgres images, these images will be up
16
16
17
17
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.
18
18
19
+
<Callouttype="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>
20
+
19
21
### External Databases
20
22
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.
0 commit comments