My deployment failed while tried to deploy awx

Hi Team
I want to deploy the awx latest version using awx operator. When i try to deploy the awx via awx operator in my centos8 vm, it’s failed.

It’s new installation from scratch so after the deployment I need to migrate the awx database running on a different machine. That is centos7.

Here the error and failed msg

--------------------------- Ansible Task StdOut -------------------------------

TASK [installer : Stream backup from pg_dump to the new postgresql container] ***
task path: /opt/ansible/roles/installer/tasks/migrate_data.yml:61

Try running your deployment with this extra spec, then post the failure log section.

spec:
no_log: ‘true’

https://github.com/ansible/awx-operator#no-log

Seems like the deployment is failing at the database connection string.

yes turning on logs would be helpful, but should be no_log: ‘False’ to show the detailed logs

Please run again and share the failed playbook results, and we can take a look

AWX Team

Ups! Copy/pasta error on my end.

Cheers AWX Team.