From 1c67c58dbe78d1e9c571a3872f33f9eedc0f0409 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Jul 2026 21:23:20 +0300 Subject: =?UTF-8?q?immich:=20Stage=20B=20=E2=80=94=20upgrade=20server=20+?= =?UTF-8?q?=20ML=20to=20v3.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump image.tag v2.7.5 -> v3.0.3 for both immich-server and immich-machine-learning. Stage A already migrated Postgres to VectorChord (vchord 0.4.3), which 3.x requires (pgvecto.rs dropped); the postgres bundle image preloads vchord.so + vectors.so per the 3.0.1 requirement. Pre-upgrade ZFS snapshot: zdata/enc/nfsdata@immich-pre-3x-20260718 (f0). Co-Authored-By: Claude Opus 4.8 --- f3s/argocd-apps/services/immich.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'f3s') diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 2025a6f..ecaeda5 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -76,7 +76,10 @@ spec: containers: main: image: - tag: v2.7.5 + # v3.x drops the pgvecto.rs extension; the Postgres bundle + # was migrated to VectorChord first (Stage A), so the DB is + # 3.x-ready and preloads vchord.so + vectors.so as 3.0.1+ needs. + tag: v3.0.3 resources: requests: cpu: 500m @@ -142,7 +145,10 @@ spec: containers: main: image: - tag: v2.7.5 + # v3.x drops the pgvecto.rs extension; the Postgres bundle + # was migrated to VectorChord first (Stage A), so the DB is + # 3.x-ready and preloads vchord.so + vectors.so as 3.0.1+ needs. + tag: v3.0.3 env: MACHINE_LEARNING_MODEL_INTRA_OP_THREADS: "4" MACHINE_LEARNING_MODEL_INTER_OP_THREADS: "1" -- cgit v1.2.3