diff --git a/docs/admin/updates/automatic.mdx b/docs/admin/updates/automatic.mdx index f0d8abd01..64687e4db 100644 --- a/docs/admin/updates/automatic.mdx +++ b/docs/admin/updates/automatic.mdx @@ -1,6 +1,6 @@ # Automatic multi-version upgrades -> Warning: Automatic upgrades in v5.10.0 will fail unless the postgres database is upgraded from postgres 12 to postgres 16. Or the environment variable `SRC_AUTOUPGRADE_IGNORE_DRIFT=true` is set on the `sourcegraph-frontend` container. +> Warning: Automatic upgrades in v5.10.0 will fail unless the postgres database is upgraded from postgres 12 to postgres 16. Or the environment variable `SRC_AUTOUPGRADE_IGNORE_DRIFT=true` is set on the `sourcegraph-frontend` container. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! From **Sourcegraph 5.1 and later**, multi-version upgrades can be performed **automatically** as if they were a standard upgrade for the same deployment type. Automatic multi-version upgrades take the following general form: diff --git a/docs/admin/updates/docker_compose.mdx b/docs/admin/updates/docker_compose.mdx index fe6fe5132..be20dc8a5 100644 --- a/docs/admin/updates/docker_compose.mdx +++ b/docs/admin/updates/docker_compose.mdx @@ -15,7 +15,7 @@ For upgrade procedures or general info about sourcegraph versioning see the link ## v5.9.0 ➔ v5.10.0 -> Warning: This release updates the database container images from postgres 12 to postres 16, and beings using wolfi based images. +> Warning: This release updates the database container images from postgres 12 to postres 16, and begins using wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! #### Notes: - The container image for pgsql and codeintel-db have been renamed from `postgres-12-alpine` and `codeintel-db` respectively to `postgres16`. The `codeinsights-db` container has been renamed to `postgres-16-codeinsights`. diff --git a/docs/admin/updates/kubernetes.mdx b/docs/admin/updates/kubernetes.mdx index 27ee792c7..62d96cc31 100644 --- a/docs/admin/updates/kubernetes.mdx +++ b/docs/admin/updates/kubernetes.mdx @@ -17,7 +17,7 @@ For upgrade procedures or general info about sourcegraph versioning see the link ## v5.9.0 ➔ v5.10.0 -> Warning: This release updates the database container images from postgres 12 to postres 16, and beings using wolfi based images. +> Warning: This release updates the database container images from postgres 12 to postres 16, and begins using wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! #### Notes: - The container image for pgsql and codeintel-db have been renamed from `postgres-12-alpine` and `codeintel-db` respectively to `postgres16`. The `codeinsights-db` container has been renamed to `postgres-16-codeinsights`. diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index e9163ce5c..53cbf46df 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -6,6 +6,10 @@ This page documents all notable changes to Sourcegraph. For more detailed change # 5.10 Patch 0 +> Warning: This release updates the database container images from postgres 12 to postres 16, and begins using wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! +> +> Also be sure to check your deployment type's [upgrade notes](http://sourcegraph.com/docs/admin/updates#instance-specific-procedures)! + ## v5.10.0 - [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.0)