Comment on Immich v3.0.0 is out, with Workflows preview
chris@lemmy.grey.fail 1 week ago
Quick question – why’s the official Docker compose using a PostgreSQL image four versions out of date? I’m running postgres:18 everywhere else, these days.
github.com/immich-app/…/docker-compose.yml
database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
It uses an unusual PostgreSQL extension. Maybe an update is not that trivial.
Oh, thanks for the clarification. That makes sense.