summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)