Update CHANGELOG.md

This commit is contained in:
Alexandre
2023-08-28 15:58:47 +02:00
committed by GitHub
parent 21ada71669
commit 98eeaf07ea

View File

@@ -1,6 +1,6 @@
## NOT PUSHED YET
- 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.
- BREAKING CHANGE : referencing the postgres options is now required
- BREAKING CHANGE : referencing the postgres options is now required. You can either install the postgres add-on from my repo, or this one for example : https://github.com/Expaso/hassos-addons/tree/master/timescaledb
## 1.75.2 (27-08-2023)
- Update to latest version from imagegenius/docker-immich