summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-24 14:24:14 +0000
committerAndrew Dolgov <[email protected]>2023-10-24 14:24:14 +0000
commiteb5ed1c1f934f6981c36623d16c8b14c90681578 (patch)
treeebc3d5a0db65f7ca1b3d5b1e1fbf0ba98b313e16
parentba43a77915467aa580268649eed8a63b92d49b5c (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 6a38ff2..25835c6 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -145,7 +145,7 @@ Error message: The data directory was initialized by PostgreSQL version 12, whic
Official PostgreSQL containers have no support for migrating data between major versions. You can do one of the following:
-1. Replace `postgres:15-alpine` with `postgres:12-alpine` in the compose file and keep using PG 12
+1. Replace `postgres:15-alpine` with `postgres:12-alpine` in the compose file (or use `docker-compose.override.yml`, see below) and keep using PG 12
2. Use this DB container which would automatically upgrade the database - https://github.com/pgautoupgrade/docker-pgautoupgrade
3. Migrate the data manually using pg_dump & restore (somewhat complicated if you haven't done it before)