From 1986e90fc9dcc4da6c5cd6aa1ee77b16d2a02a97 Mon Sep 17 00:00:00 2001 From: Kevin Wojkovich Date: Tue, 26 Apr 2022 10:20:46 -0500 Subject: [PATCH 1/2] docs: add release notes for pure_docker --- doc/admin/updates/pure_docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/admin/updates/pure_docker.md b/doc/admin/updates/pure_docker.md index ab7fd8e5b409..3edab46fac33 100644 --- a/doc/admin/updates/pure_docker.md +++ b/doc/admin/updates/pure_docker.md @@ -9,9 +9,12 @@ Each section comprehensively describes the changes needed in Docker images, envi ## Unreleased -A fix that corrects the default behavior of the `migrator` service is included in this release. An attempt to standardize CLI packages in v3.39.0 unintentionally +- A fix that corrects the default behavior of the `migrator` service is included in this release. An attempt to standardize CLI packages in v3.39.0 unintentionally broke the default behavior. In order to guard against this, all command line arguments are explicitly set in the deployment manifest. +- **CAUTION** Added the ability to customize postgres server configuration by mounting external configuration files. If you have customized the config in any way, you should copy your changes to the added `postgresql.conf` files [sourcegraph/deploy-sourcegraph-docker#792](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/792) + + ## 3.38 -> 3.39 In this release we need to remove timescaledb from `shared_preload_libraries` configuration in `codeinsights-db`'s `postgresql.conf`. This step will be [performed automatically](https://github.com/sourcegraph/deploy-sourcegraph-docker/commit/b37367c738d28ef7e27c8b1f833eb9355bd9e8b1#diff-916162e35509bb582798c4306953fec9f43779d82420cb4435576e2873869f78R17). It can be performed manually instead of run as part of the deploy script. From 463487a05667865bc2fbeb752cc2dba27e9eeb03 Mon Sep 17 00:00:00 2001 From: Kevin Wojkovich Date: Tue, 26 Apr 2022 10:22:33 -0500 Subject: [PATCH 2/2] Update doc/admin/updates/pure_docker.md --- doc/admin/updates/pure_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/updates/pure_docker.md b/doc/admin/updates/pure_docker.md index 3edab46fac33..84ec44b08483 100644 --- a/doc/admin/updates/pure_docker.md +++ b/doc/admin/updates/pure_docker.md @@ -12,7 +12,7 @@ Each section comprehensively describes the changes needed in Docker images, envi - A fix that corrects the default behavior of the `migrator` service is included in this release. An attempt to standardize CLI packages in v3.39.0 unintentionally broke the default behavior. In order to guard against this, all command line arguments are explicitly set in the deployment manifest. -- **CAUTION** Added the ability to customize postgres server configuration by mounting external configuration files. If you have customized the config in any way, you should copy your changes to the added `postgresql.conf` files [sourcegraph/deploy-sourcegraph-docker#792](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/792) +- **CAUTION** Added the ability to customize postgres server configuration by mounting external configuration files. If you have customized the config in any way, you should copy your changes to the added `postgresql.conf` files [sourcegraph/deploy-sourcegraph-docker#806](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/806) ## 3.38 -> 3.39