fix: enable super
Some checks failed
lint-test-helm / lint-helm (push) Successful in 48s
render-manifests-push / render-manifests-push (push) Successful in 55s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-02-05 22:05:35 -06:00
parent 183c74dd9d
commit ccea0dc542

View File

@@ -173,9 +173,10 @@ postgresql-17-fdb-cluster:
tag: "17-0.106.0-ferretdb-2.5.0"
postgresUID: 999
postgresGID: 999
enableSuperuserAccess: true
postgresql:
parameters:
cron.database_name: 'app'
cron.database_name: 'ferretDB'
documentdb.enableCompact: "true"
documentdb.enableLetAndCollationForQueryMatch: "true"
documentdb.enableNowSystemVariable: "true"
@@ -188,19 +189,19 @@ postgresql-17-fdb-cluster:
max_slot_wal_keep_size: 2000MB
hot_standby_feedback: "on"
pg_hba:
- host app postgres localhost trust
- host app app localhost trust
- host ferretDB postgres localhost trust
- host ferretDB ferret localhost trust
shared_preload_libraries:
- pg_cron
- pg_documentdb_core
- pg_documentdb
initdb:
database: app
owner: app
database: ferretDB
owner: ferret
postInitApplicationSQL:
- create extension if not exists pg_cron;
- create extension if not exists documentdb cascade;
- grant documentdb_admin_role to app;
- grant documentdb_admin_role to ferret;
recovery:
method: objectStore
objectStore: