From 48f364ed641c2aaf56b46d039b7388b93cb06866 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:32:18 +0000 Subject: [PATCH] GitHub bot : changelog --- immich/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 853337ad1..d0ab501de 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.78.1-6 (22-09-2023) +- Minor bugs fixed ### 1.78.1-5 (21-09-2023) - Minor bugs fixed - YOU WILL LOSE DATA : 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. However exporting it to the postgres container is quite complex and not supported.