From eb5ed1c1f934f6981c36623d16c8b14c90681578 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Oct 2023 14:24:14 +0000 Subject: Update InstallationNotes --- InstallationNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3