Move to rhel8 PG10 container for persistent PG

Merge in updated liveness checks from upstream template
This commit is contained in:
Bill Nottingham
2020-10-21 17:29:57 -04:00
parent 81a79c30cb
commit f1d2d79f00
4 changed files with 11 additions and 13 deletions

View File

@@ -50,7 +50,7 @@
shell: |
{{ kubectl_or_oc }} -n {{ kubernetes_namespace }} exec ansible-tower-management -- \
bash -c "PGPASSWORD={{ pg_password | quote }} \
scl enable rh-postgresql10 -- pg_dump --clean --create \
pg_dump --clean --create \
--host='{{ pg_hostname | default('postgresql') }}' \
--port={{ pg_port | default('5432') }} \
--username='{{ pg_username }}' \