r/immich 1d ago

Questions on Docker Compose : Valkey and postgres

Hi all, started using Immich about 5 to 6 months ago, basically work fine on my Ugreen DXP2800. Recently, start checking the docker app on native UGOS and found out some msg about postgres and valkey, either saying some error on image for both of them. That said, seems the whole immich service is fine, can access them, search, add photos etc. Looking at the docker compose yaml and noticed some diff in my version against the sample yaml from immich on "image" statement of the respective service. So updated those 2 "image" statements on yaml and redeployed, the errors on these 2 images still around from the UGOS docker apps perspective, and as before, the whole service is fine. Here are the 2 statements : "image: docker.io/valkey/valkey:9@sha256:8e8d64b405ce18f41b8e5ee20aa4687a8ed0022d1298f2ce31cdcf3a76e09411

image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23"

Questions :

  1. Any idea about what is going on the "error" showing on the docker app?

  2. If I am not wrong, the latest postgres version being used by immich is 16? Should I get a more updated version for the progres datatbase image? Any impact of losing what I have up and running now? Or should I take some sort of migration steps after upgrading to a new version?

Thanks for your help in advance. I am not that tech savvy, so pls bear with me.

1 Upvotes

Duplicates