Skip to content

Commit d9bc5bb

Browse files
committed
UPGRADING: Note that upgrade-postgresql requires docker-compose 2.1.1.
docker-compose 2.1.1 is still relatively recent, so users should be appraised of this requirement early.
1 parent f5ce8b2 commit d9bc5bb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

UPGRADING.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,13 @@ You can perform this step either before or after updating to use Docker volumes
149149
(above). In either case, the updated `docker-compose.yml` will use a new Docker
150150
volume for the upgraded PostgreSQL 14 data.
151151

152-
If the tool does not work, or you would prefer to perform the steps manually,
153-
see the steps below. These instructions assume that you have not changed the
154-
default Postgres data path (`/opt/docker/zulip/postgresql/data`) in your
155-
`docker-compose.yml`. If you have changed it, please replace all occurrences of
152+
The `upgrade-postgresql` tool requires `docker-compose` 2.1.1 or higher.
153+
154+
If the tool does not work, you have too old a `docker-compose`, or you would
155+
prefer to perform the steps manually, see the steps below. These instructions
156+
assume that you have not changed the default Postgres data path
157+
(`/opt/docker/zulip/postgresql/data`) in your `docker-compose.yml`. If you have
158+
changed it, please replace all occurrences of
156159
`/opt/docker/zulip/postgresql/data` with your path, or volume.
157160

158161
1. Make a backup of your Zulip Postgres data directory.

0 commit comments

Comments
 (0)