Skip to content

Commit f5ce8b2

Browse files
committed
UPGRADING: Note when upgrade-postgresql should be run w/r/t volumes.
1 parent 8823d78 commit f5ce8b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ running the included `./upgrade-postgresql` tool. This will create a
145145
Docker-managed volume named `postgresql-14` to store its data, and will adjust
146146
the `docker-compose.yml` file to use that.
147147

148+
You can perform this step either before or after updating to use Docker volumes
149+
(above). In either case, the updated `docker-compose.yml` will use a new Docker
150+
volume for the upgraded PostgreSQL 14 data.
151+
148152
If the tool does not work, or you would prefer to perform the steps manually,
149153
see the steps below. These instructions assume that you have not changed the
150154
default Postgres data path (`/opt/docker/zulip/postgresql/data`) in your

0 commit comments

Comments
 (0)