Updater bot : immich updated to 1.77.0

This commit is contained in:
alexbelgium
2023-09-09 11:52:56 +02:00
parent d184c947a6
commit 12598c9295
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.77.0 (09-09-2023)
- Update to latest version from imagegenius/docker-immich
## 1.76.1 (02-09-2023)
- 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.76.1",
"version": "1.77.0",
"webui": "http://[HOST]:[PORT:8080]"
}

View File

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