From 1f0092b6d9058d5a62484ee40fc3a63f70df4319 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Oct 2025 21:31:47 -0500 Subject: [PATCH] change image and import --- .../cl01tl/applications/immich/values.yaml | 29 +++++-------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index ee5c2e821..3cf51eefd 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -219,7 +219,7 @@ postgres-16-cluster: method: objectStore objectStore: endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster endpointCredentials: immich-postgresql-17-cluster-backup-secret recoveryIndex: 2 backup: @@ -232,11 +232,11 @@ postgres-16-cluster: postgres-17-cluster: nameOverride: immich-postgresql-17 - mode: recovery + mode: standalone cluster: image: - repository: ghcr.io/immich-app/postgres - tag: 17-vectorchord0.4.3-pgvector0.8.0-pgvectors0.3.0 + repository: ghcr.io/tensorchord/cloudnative-vectorchord + tag: 17.6-0.5.2 storage: storageClass: local-path walStorage: @@ -257,24 +257,11 @@ postgres-17-cluster: - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE; recovery: - method: import + method: objectStore objectStore: - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster - index: 1 - import: - type: "microservice" - databases: - - app - source: - host: immich-postgresql-16-cluster-rw - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - create: false - name: immich-postgresql-16-cluster-app - key: password + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster + clusterName: immich-postgresql-16-cluster + index: 2 # backup: # objectStore: # - name: external