We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8823d78 commit f5ce8b2Copy full SHA for f5ce8b2
UPGRADING.md
@@ -145,6 +145,10 @@ running the included `./upgrade-postgresql` tool. This will create a
145
Docker-managed volume named `postgresql-14` to store its data, and will adjust
146
the `docker-compose.yml` file to use that.
147
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
+
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
0 commit comments