Use custom pg_dump format for faster restores

This commit is contained in:
Christian M. Adams
2021-05-17 16:54:49 -04:00
parent 1ce36572c4
commit f16d9ac55f
2 changed files with 5 additions and 3 deletions

View File

@@ -85,6 +85,7 @@
-U {{ awx_postgres_user }}
-d {{ awx_postgres_database }}
-p {{ awx_postgres_port }}
-F custom
- name: Write pg_dump to backup on PVC
k8s_exec: