Updater bot : immich updated to 1.76.1

This commit is contained in:
alexbelgium
2023-09-02 01:58:41 +02:00
parent ac486320a8
commit 99b07cfc64
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.76.1 (02-09-2023)
- Update to latest version from imagegenius/docker-immich
## 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. 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

View File

@@ -118,6 +118,6 @@
],
"slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.75.2",
"version": "1.76.1",
"webui": "http://[HOST]:[PORT:8080]"
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "false",
"last_update": "27-08-2023",
"last_update": "02-09-2023",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.75.2"
"upstream_version": "1.76.1"
}