From 234aa24f1f45c7a2dac9aff3f40ed0c893ca1a1f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:31:34 +0200 Subject: [PATCH] Update CHANGELOG.md --- immich/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 7aa730073..b3eb44908 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,5 @@ +- Beware that using the built-in Postgres 14 will likely fail at some point. It is recommended to upgrade to an external Postgres 15 database. A solution is the specific addon I've built. See https://github.com/imagegenius/docker-immich/issues/90 + ### 1.57.1-jammy (27-05-2023) - Minor bugs fixed - Switch to jammy branch (new features could break but is required until a separate Postgres addon is made)