We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restoring an AWX backup spins up the web interface, but the task container does not work. It shows a database column error.
2.9.0
23.5.1
kubernetes
1.20.11
no
The job should start and complete.
The job stays pending for eternity. Inspecting the awx_task pod shows the error message:
awx_task
[wait-for-migrations] Waiting for database migrations... [wait-for-migrations] Attempt 1 Traceback (most recent call last): File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute return self.cursor.execute(sql, params) File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/psycopg/cursor.py", line 723, in execute raise ex.with_traceback(None) psycopg.errors.UndefinedColumn: column "listener_port" of relation "main_instance" does not exist LINE 1: ...city", "mem_capacity", "node_type", "node_state", "listener_...
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
Bug Summary
Restoring an AWX backup spins up the web interface, but the task container does not work. It shows a database column error.
AWX Operator version
2.9.0
AWX version
23.5.1
Kubernetes platform
kubernetes
Kubernetes/Platform version
1.20.11
Modifications
no
Steps to reproduce
Expected results
The job should start and complete.
Actual results
The job stays pending for eternity. Inspecting the
awx_task
pod shows the error message:Additional information
No response
Operator Logs
No response
The text was updated successfully, but these errors were encountered: