Fix data migrations when the database names do not match

This commit is contained in:
Christian M. Adams
2021-04-05 17:04:19 -04:00
parent a0c6565e59
commit 43aa01ce5f

View File

@@ -52,7 +52,7 @@
- name: Set pg_restore command
set_fact:
psql_restore: >-
psql -U {{ awx_postgres_user }}
psql -U {{ database_username }}
-d template1
-p {{ awx_postgres_port }}