From b10337aa66be4e4f7ed44dbdcd07493d124b9887 Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Wed, 1 Mar 2023 21:53:16 +0100 Subject: [PATCH] pg_dumpall --- test/02-backupconf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/02-backupconf.yaml b/test/02-backupconf.yaml index 0890f87..2a780f4 100644 --- a/test/02-backupconf.yaml +++ b/test/02-backupconf.yaml @@ -72,7 +72,7 @@ metadata: namespace: demo spec: name: backup-pg - command: ["pg_dump"] + command: ["pg_dumpall"] args: ["--username", $(PGUSER), "--clean", "--if-exists", "--inserts", "--file", "/formol-shared/backup-pg.sql"] env: - name: PGUSER