change
This commit is contained in:
@@ -258,11 +258,30 @@ postgres-16-b-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: objectStore
|
method: import
|
||||||
recoveryServerName: immich-postgresql-16-backup-2
|
recoveryServerName: immich-postgresql-16-backup-2
|
||||||
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:
|
||||||
|
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:
|
# backup:
|
||||||
# objectStore:
|
# objectStore:
|
||||||
# - name: external
|
# - name: external
|
||||||
|
Reference in New Issue
Block a user