From f5ce8b21d0b08e6355c7c911982c72eb829cccbf Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 21 Feb 2023 14:47:52 -0500 Subject: [PATCH] UPGRADING: Note when upgrade-postgresql should be run w/r/t volumes. --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index ea387209ca..d349aae012 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -145,6 +145,10 @@ running the included `./upgrade-postgresql` tool. This will create a Docker-managed volume named `postgresql-14` to store its data, and will adjust the `docker-compose.yml` file to use that. +You can perform this step either before or after updating to use Docker volumes +(above). In either case, the updated `docker-compose.yml` will use a new Docker +volume for the upgraded PostgreSQL 14 data. + If the tool does not work, or you would prefer to perform the steps manually, see the steps below. These instructions assume that you have not changed the default Postgres data path (`/opt/docker/zulip/postgresql/data`) in your