test init
This commit is contained in:
@@ -231,7 +231,7 @@ postgres-16-cluster:
|
|||||||
retentionPolicy: "3d"
|
retentionPolicy: "3d"
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
nameOverride: immich-postgresql-17
|
nameOverride: immich-postgresql-17
|
||||||
mode: recovery
|
mode: standalone
|
||||||
cluster:
|
cluster:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/tensorchord/cloudnative-vectorchord
|
repository: ghcr.io/tensorchord/cloudnative-vectorchord
|
||||||
@@ -251,7 +251,6 @@ postgres-17-cluster:
|
|||||||
- "vchord.so"
|
- "vchord.so"
|
||||||
initdb:
|
initdb:
|
||||||
postInitSQL:
|
postInitSQL:
|
||||||
- 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;
|
||||||
|
Reference in New Issue
Block a user