From 33dbdcf275465c58dbbb70b67f491d808bc60f19 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:44:53 +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 81760b2e9..d1032adfa 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,5 @@ +## NOT PUSHED YET +- BREAKING CHANGE : the upstream container has removed the embedded postgres (read more https://github.com/imagegenius/docker-immich/issues/90). You now need to install and configure the postgress add-on from this same repo, and reference it in the addon options. This means you will lose your current database, and will need to recreate it from scratch. Your previous database will still be exported to the file /config/addons_config/immich/old_database.gzip. ## 1.75.2 (27-08-2023) - Update to latest version from imagegenius/docker-immich