snapshots #10

Merged
jandre merged 69 commits from snapshots into master 2023-04-24 06:49:52 +00:00
Showing only changes of commit b10337aa66 - Show all commits

View File

@ -72,7 +72,7 @@ metadata:
namespace: demo namespace: demo
spec: spec:
name: backup-pg name: backup-pg
command: ["pg_dump"] command: ["pg_dumpall"]
args: ["--username", $(PGUSER), "--clean", "--if-exists", "--inserts", "--file", "/formol-shared/backup-pg.sql"] args: ["--username", $(PGUSER), "--clean", "--if-exists", "--inserts", "--file", "/formol-shared/backup-pg.sql"]
env: env:
- name: PGUSER - name: PGUSER