Merge pull request #176 from rooftopcellist/fix-mismatched-db-name

Fix data migrations when the database names do not match
This commit is contained in:
Shane McDonald
2021-04-07 16:29:52 -04:00
committed by GitHub

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 }}