Merge pull request #319 from rooftopcellist/custom_format_backup

Use custom pg_dump format for faster restores
This commit is contained in:
Christian Adams
2021-05-18 10:33:23 -04:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -86,6 +86,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: