From 668df5043edc6f002cf1f9f2967653dc0d3bb67a Mon Sep 17 00:00:00 2001 From: Pierre Ozoux <pierre@ozoux.net> Date: Thu, 26 Aug 2021 12:01:26 +0200 Subject: [PATCH] Removes PGDATABASE The scripts does execute a [pgdump_all](https://github.com/zalando/postgres-operator/blob/master/docker/logical-backup/dump.sh#L24) Hence it doesn't take into account this env var. The command pgdump does understand it: https://www.postgresql.org/docs/8.3/app-pgdump.html --- nextcloud/manifests/pg.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/nextcloud/manifests/pg.yml b/nextcloud/manifests/pg.yml index 566cb45..196f438 100644 --- a/nextcloud/manifests/pg.yml +++ b/nextcloud/manifests/pg.yml @@ -118,8 +118,6 @@ spec: value: "5432" - name: PGUSER value: postgres - - name: PGDATABASE - value: postgres - name: PGSSLMODE value: require - name: PGPASSWORD -- GitLab