fix indent
This commit is contained in:
@@ -263,24 +263,24 @@ postgres-16-b-cluster:
|
|||||||
objectStore:
|
objectStore:
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
||||||
index: 2
|
index: 2
|
||||||
import:
|
import:
|
||||||
type: "microservice"
|
type: "microservice"
|
||||||
databases:
|
databases:
|
||||||
- app
|
- app
|
||||||
postImportApplicationSQL:
|
postImportApplicationSQL:
|
||||||
- CREATE EXTENSION IF NOT EXISTS "vector";
|
- CREATE EXTENSION IF NOT EXISTS "vector";
|
||||||
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
|
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
|
||||||
- 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;
|
||||||
source:
|
source:
|
||||||
host: immich-postgresql-16-cluster-rw
|
host: immich-postgresql-16-cluster-rw
|
||||||
port: 5432
|
port: 5432
|
||||||
username: app
|
username: app
|
||||||
database: app
|
database: app
|
||||||
sslMode: disable
|
sslMode: disable
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
name: immich-postgresql-16-cluster-app
|
name: immich-postgresql-16-cluster-app
|
||||||
key: password
|
key: password
|
||||||
|
|
||||||
# backup:
|
# backup:
|
||||||
# objectStore:
|
# objectStore:
|
||||||
|
Reference in New Issue
Block a user