feat: remove init
This commit is contained in:
@@ -194,13 +194,13 @@ postgresql-17-fdb-cluster:
|
||||
- pg_cron
|
||||
- pg_documentdb_core
|
||||
- pg_documentdb
|
||||
initdb:
|
||||
database: ferretDB
|
||||
owner: ferret
|
||||
postInitApplicationSQL:
|
||||
- create extension if not exists pg_cron;
|
||||
- create extension if not exists documentdb cascade;
|
||||
- grant documentdb_admin_role to ferret;
|
||||
# initdb:
|
||||
# database: ferretDB
|
||||
# owner: ferret
|
||||
# postInitApplicationSQL:
|
||||
# - create extension if not exists pg_cron;
|
||||
# - create extension if not exists documentdb cascade;
|
||||
# - grant documentdb_admin_role to ferret;
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
|
||||
Reference in New Issue
Block a user