From 704c1a831171a51d65c5d38249bb69e94fc57007 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 2 Jul 2026 17:21:14 -0400 Subject: [PATCH] immich: upgrade to v3.0.0 + migrate DB to VectorChord v3.0.0 dropped pgvecto.rs support, which crash-looped immich-server ("No vector extension found") and left photos.debyl.io on a white page. Swap db_image to Immich's bundled postgres image (VectorChord 0.4.3 + pgvecto.rs 0.2.0) so v3 reindexes the existing embeddings into VectorChord in place; bump server/ml from v2.7.5 to v3.0.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- ansible/roles/podman/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index 993f048..59bd134 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -58,10 +58,10 @@ - import_tasks: containers/home/photos.yml vars: - db_image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 - ml_image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + db_image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23 + ml_image: ghcr.io/immich-app/immich-machine-learning:v3.0.0 redis_image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.0 tags: photos - import_tasks: containers/home/cloud.yml