You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.
Bug Summary
AWXBackup fails at the "Write pg_dump to backup on PVC" task.
TASK [Write pg_dump to backup on PVC] ********************************
fatal: [localhost]: FAILED! => {"changed": true, "failed_when_result": true, "rc": 134, "return_code": 134, "stderr": "pg_dump: error: connection to server at \"awx.example.com\" (10.0.11.185), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet\
nconnection to server at \"awx.example.com\" (10.0.11.185), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet\ndouble free or corruption (out)\nbash: line 18: 27 Aborted (core dumped) PGPASSWORD='<redacted>' pg_dump
--clean --create -h awx.example.com -U awx -d awx -p 5432 -F custom > /backups/tower-openshift-backup-2024-06-07-091254/tower.db\nTerminated\n", "stderr_lines": ["pg_dump: error: connection to server at \"awxdev.db.axis.com\" (10.0.11.185), port 5432 failed: FATAL:
no PostgreSQL user name specified in startup packet", "connection to server at \"awx.example.com\" (10.0.11.185), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet", "double free or corruption (out)", "bash: line 18: 27 Aborted
(core dumped) PGPASSWORD='<redacted>' pg_dump --clean --create -h awx.example.com -U awx -d awx -p 5432 -F custom > /backups/tower-openshift-backup-2024-06-07-091254/tower.db", "Terminated"], "stdout": "keepalive_pid: 26\nDumping data from database...
\n", "stdout_lines": ["keepalive_pid: 26", "Dumping data from database..."]}
Looking at the backup pod it uses the latest quay.io/sclorg/postgresql-15-c9s image.
pg_dump: error: connection to server at \"awx.example.com\" (10.0.11.185), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet\
Additional information
No response
Operator Logs
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
Bug Summary
AWXBackup fails at the "Write pg_dump to backup on PVC" task.
Looking at the backup pod it uses the latest
quay.io/sclorg/postgresql-15-c9s
image.Inspecting that image it has openssl 3.2+ installed which according to #15136 is an issue.
AWX Operator version
2.18.0
AWX version
24.5.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
v1.27.12+rke2r1
Modifications
no
Steps to reproduce
Run the AWXBackup manifest for a latest AWX installation using an external PostgreSQL 12.18 instance.
Example:
Expected results
pg_dump
running successfully.Actual results
It failed with the following error message.
Additional information
No response
Operator Logs
No response
The text was updated successfully, but these errors were encountered: