File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,13 @@ You can perform this step either before or after updating to use Docker volumes
149
149
(above). In either case, the updated ` docker-compose.yml ` will use a new Docker
150
150
volume for the upgraded PostgreSQL 14 data.
151
151
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
156
159
` /opt/docker/zulip/postgresql/data ` with your path, or volume.
157
160
158
161
1 . Make a backup of your Zulip Postgres data directory.
You can’t perform that action at this time.
0 commit comments