change
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m18s

This commit is contained in:
2025-10-03 22:18:53 -05:00
parent d329753887
commit a5d342526a

View File

@@ -258,11 +258,30 @@ postgres-16-b-cluster:
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
recovery:
method: objectStore
method: import
recoveryServerName: immich-postgresql-16-backup-2
objectStore:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
index: 2
import:
type: "microservice"
databases:
- app
postImportApplicationSQL:
- CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
source:
host: immich-postgresql-16-cluster-rw
port: 5432
username: app
database: app
sslMode: disable
passwordSecret:
name: immich-postgresql-16-cluster-app
key: password
# backup:
# objectStore:
# - name: external