change source
This commit is contained in:
@@ -270,17 +270,18 @@ postgres-16-b-cluster:
|
|||||||
- app
|
- app
|
||||||
postImportApplicationSQL:
|
postImportApplicationSQL:
|
||||||
- CREATE EXTENSION IF NOT EXISTS "vector";
|
- CREATE EXTENSION IF NOT EXISTS "vector";
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS "vectors";
|
||||||
- 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: postgres
|
||||||
database: app
|
database: postgres
|
||||||
sslMode: disable
|
sslMode: disable
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
name: immich-postgresql-16-cluster-app
|
name: immich-postgresql-16-cluster-superuser
|
||||||
key: password
|
key: password
|
||||||
|
|
||||||
# backup:
|
# backup:
|
||||||
|
Reference in New Issue
Block a user