fix: use app
This commit is contained in:
@@ -175,7 +175,7 @@ postgresql-17-fdb-cluster:
|
||||
postgresGID: 999
|
||||
postgresql:
|
||||
parameters:
|
||||
cron.database_name: 'ferretDB'
|
||||
cron.database_name: 'app'
|
||||
documentdb.enableCompact: "true"
|
||||
documentdb.enableLetAndCollationForQueryMatch: "true"
|
||||
documentdb.enableNowSystemVariable: "true"
|
||||
@@ -188,19 +188,19 @@ postgresql-17-fdb-cluster:
|
||||
max_slot_wal_keep_size: 2000MB
|
||||
hot_standby_feedback: "on"
|
||||
pg_hba:
|
||||
- host ferretDB postgres localhost trust
|
||||
- host ferretDB ferret localhost trust
|
||||
- host app postgres localhost trust
|
||||
- host app app localhost trust
|
||||
shared_preload_libraries:
|
||||
- pg_cron
|
||||
- pg_documentdb_core
|
||||
- pg_documentdb
|
||||
initdb:
|
||||
database: ferretDB
|
||||
owner: ferret
|
||||
database: app
|
||||
owner: app
|
||||
postInitApplicationSQL:
|
||||
- create extension if not exists pg_cron;
|
||||
- create extension if not exists documentdb cascade;
|
||||
- grant documentdb_admin_role to ferret;
|
||||
- grant documentdb_admin_role to app;
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
|
||||
Reference in New Issue
Block a user