From 3362349f9187f2f90943af0e5763b7745a2c1d0e Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 12 Jan 2026 23:41:08 +0530 Subject: [PATCH] Fix volume mount paths and update Postgres image version in immich-db.yml --- clusters/ipv6/media/immich/immich-db.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/ipv6/media/immich/immich-db.yml b/clusters/ipv6/media/immich/immich-db.yml index 43f33b4..02cb233 100644 --- a/clusters/ipv6/media/immich/immich-db.yml +++ b/clusters/ipv6/media/immich/immich-db.yml @@ -18,13 +18,13 @@ spec: initContainers: - name: cleanup image: busybox - command: ['sh', '-c', 'rm -rf /var/lib/postgresql/data/lost+found'] + command: ['sh', '-c', 'rm -rf /var/lib/postgresql/lost+found'] volumeMounts: - name: immich-db - mountPath: /var/lib/postgresql/data + mountPath: /var/lib/postgresql/ containers: - name: immich-psql - image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 + image: ghcr.io/immich-app/postgres:18-vectorchord0.5.3-pgvector0.8.1 ports: - containerPort: 5432 name: postgres @@ -41,7 +41,7 @@ spec: - name: POSTGRES_INITDB_ARGS value: "--data-checksums" volumeMounts: - - mountPath: /var/lib/postgresql/data + - mountPath: /var/lib/postgresql name: immich-db volumeClaimTemplates: - metadata: