Compare commits

2 Commits

Author SHA1 Message Date
5ac2d8526d chore: regall sweep trigger
All checks were successful
cc-ci/testme cc-ci: success
2026-06-17 02:13:21 +00:00
6a8c2fc560 Merge pull request 'chore: set update_config failure_action continue to handle concurrent app+db restart' (#2) from upgrade-1.7.0+v2.7.5 into main
Reviewed-on: #2
2026-06-15 17:43:00 +00:00
3 changed files with 4 additions and 5 deletions

View File

@ -45,4 +45,4 @@ You can manually create a volume that has more storage for the library. For exam
If you want to use the [external library functionality](https://docs.immich.app/guides/external-library/) of immich via a cifs/smb-share-drive you can use the additional `compose.storage.yml` file.
Just uncomment and edit the respective .env-files.
The external storage will be mounted to `/mnt/external_storage` (this is your import path in immich).
The external storage will be mounted to `/mnt/external_storage` (this is your import path in immich).

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/immich-app/immich-server:v3.0.1
image: ghcr.io/immich-app/immich-server:v2.7.5
volumes:
- uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
@ -33,7 +33,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.9.0+v3.0.1"
- "coop-cloud.${STACK_NAME}.version=1.8.0+v2.7.5"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.volumes.model-cache=false"
- "backupbot.volumes.uploads=false"
@ -41,7 +41,7 @@ services:
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
image: ghcr.io/immich-app/immich-machine-learning:v3.0.1
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
volumes:
- model-cache:/cache
networks:

View File

@ -1 +0,0 @@
upgrade to immich 3 successfully deployed, but perhaps better check https://immich.app/blog/v3-migration if it affects your deployment