pg_dumpall

This commit is contained in:
Jean-Marc ANDRE 2023-03-01 21:53:16 +01:00
parent e025a07c9b
commit b10337aa66

View File

@ -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