Shaquille_Oatmeal
IImmich
•Created by Shaquille_Oatmeal on 5/21/2025 in #help-desk-support
Immich upgrade to 1.133 on portsiner synology nas. No such DB error
Hello.
Im updating the immich instance from portainer on my synology nas by the stack file.
I altered my code for the db to following:
immich-db:
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
container_name: Immich-DB
hostname: immich-db
security_opt:
- no-new-privileges:true
volumes:
- /volume1/docker/immich/db:/var/lib/postgresql/data:rw
environment:
- TZ=Europe/Amsterdam
- POSTGRES_DB=immich
- POSTGRES_USER=xxxx
- POSTGRES_PASSWORD=xxxx
- DB_STORAGE_TYPE=HDD
restart: on-failure:5
Updated the stack, containers start up, but the DB container fails according to docker with the following error: Container {"message": "No such container: 8e456ff1c03b_Immich-DB") bestaat niet.
The container name somehow renamed itself from Immich-DB to 8e456ff1c03b_Immich-DB"
Please help 😢
25 replies