fix indent
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m52s

This commit is contained in:
2025-10-03 22:22:31 -05:00
parent 182a23fc56
commit ab5043ac90

View File

@@ -263,24 +263,24 @@ postgres-16-b-cluster:
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
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: