Skip to content
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion docs/admin/updates/automatic.mdx
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/updates/docker_compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/updates/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 4 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down