vectorchord version in docker-compose.yml
I followed the steps in 1.133.0 https://github.com/immich-app/immich/releases/tag/v1.133.0 and changed my docker-compose.yml to switch the db to
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
and everything has been running fine.
I use what'supdocker to monitor my docker images to see if I missed a notice about updates and saw that immich_postgress is outdated even though I've been keeping up with my immich updates.
I looked at the latest docker-compose.yml
https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml
and saw that the version of postgres is now
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:32324a2f41df5de9efe1af166b7008c3f55646f8d0e00d9550c16c9822366b4a
I typically read through the changes, make any adjustments recommended and run docker compose pull && docker compose up -d
Should I be manually updating my docker-compose.yml to match the differences I'm seeing?
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
and everything has been running fine.
I use what'supdocker to monitor my docker images to see if I missed a notice about updates and saw that immich_postgress is outdated even though I've been keeping up with my immich updates.
I looked at the latest docker-compose.yml
https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml
and saw that the version of postgres is now
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:32324a2f41df5de9efe1af166b7008c3f55646f8d0e00d9550c16c9822366b4a
I typically read through the changes, make any adjustments recommended and run docker compose pull && docker compose up -d
Should I be manually updating my docker-compose.yml to match the differences I'm seeing?