mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-27 00:46:37 +00:00
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:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user