SOLVED: Upgrade to immich 1.133.x (PostgreSQL)
Hello there,
I received an RSS notification about 1.133.0, so after careful reading (like with any other major release) I noticed the postgresql docker image changed, but theoretically I should just use the same versions as before, but using the new VectorChord, and hosted in ghcr.
But, I had this version in my docker-compose file:
so when I went and look for
I saw this one:
Would this break anything? How can I upgrade the docker image for postgresql of my immich server? I think I've been on the same pinned version since day 1 (early 1.x versions).
Thank you in advance!
I received an RSS notification about 1.133.0, so after careful reading (like with any other major release) I noticed the postgresql docker image changed, but theoretically I should just use the same versions as before, but using the new VectorChord, and hosted in ghcr.
But, I had this version in my docker-compose file:
docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0so when I went and look for
ghcr.io/immich-app/postgres:14-vectorchord0.2.0-pgvectors0.2.0 it doesn't exist. So my question is: what should I change it to?I saw this one:
14-vectorchord0.3.0-pgvectors0.2.0 (noticed that pgvectors is 0.2.0 BUT vectorchord is 0.3.0, 1 minor higher).Would this break anything? How can I upgrade the docker image for postgresql of my immich server? I think I've been on the same pinned version since day 1 (early 1.x versions).
Thank you in advance!