mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-11 03:11:03 +00:00
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