change image and import
Some checks failed
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-03 21:31:47 -05:00
parent 8c13c3c19a
commit 1f0092b6d9

View File

@@ -219,7 +219,7 @@ postgres-16-cluster:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com 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 endpointCredentials: immich-postgresql-17-cluster-backup-secret
recoveryIndex: 2 recoveryIndex: 2
backup: backup:
@@ -232,11 +232,11 @@ postgres-16-cluster:
postgres-17-cluster: postgres-17-cluster:
nameOverride: immich-postgresql-17 nameOverride: immich-postgresql-17
mode: recovery mode: standalone
cluster: cluster:
image: image:
repository: ghcr.io/immich-app/postgres repository: ghcr.io/tensorchord/cloudnative-vectorchord
tag: 17-vectorchord0.4.3-pgvector0.8.0-pgvectors0.3.0 tag: 17.6-0.5.2
storage: storage:
storageClass: local-path storageClass: local-path
walStorage: walStorage:
@@ -257,24 +257,11 @@ postgres-17-cluster:
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
recovery: recovery:
method: import method: objectStore
objectStore: objectStore:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
index: 1 clusterName: immich-postgresql-16-cluster
import: index: 2
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
# backup: # backup:
# objectStore: # objectStore:
# - name: external # - name: external