Hello,

I'm trying to upgrade AWX 14.1.0 to 17.0.1. The upgrade is failing on the 
following tasks. when running the install.yml playbook. 

How can this be resolved? 

TASK [local_docker : Check for existing Postgres data (run from inside the 
container for access to file)] 
******************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "docker run --rm -v 
'/root/.awx/pgdocker:/var/lib/postgresql' centos:8 bash -c  \"[[ -f 
/var/lib/postgresql/10/data/PG_VERSION ]] && echo 'exists'\"\n", "delta": 
"0:00:15.156521", "end": "2021-05-20 04:42:21.400767", "msg": "non-zero 
return code", "rc": 125, "start": "2021-05-20 04:42:06.244246", "stderr": 
"Unable to find image 'centos:8' locally\ndocker: Error response from 
daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled 
while waiting for connection (Client.Timeout exceeded while awaiting 
headers).\nSee 'docker run --help'.", "stderr_lines": ["Unable to find 
image 'centos:8' locally", "docker: Error response from daemon: Get 
https://registry-1.docker.io/v2/: net/http: request canceled while waiting 
for connection (Client.Timeout exceeded while awaiting headers).", "See 
'docker run --help'."], "stdout": "", "stdout_lines": []}


TASK [local_docker : Run migrations in task container] 
*********************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "docker-compose run 
--rm --service-ports task awx-manage migrate --no-input", "delta": 
"0:00:15.704363", "end": "2021-05-20 04:42:44.562076", "msg": "non-zero 
return code", "rc": 1, "start": "2021-05-20 04:42:28.857713", "stderr": 
"Pulling postgres (postgres:12)...\nGet https://registry-1.docker.io/v2/: 
net/http: request canceled while waiting for connection (Client.Timeout 
exceeded while awaiting headers)", "stderr_lines": ["Pulling postgres 
(postgres:12)...", "Get https://registry-1.docker.io/v2/: net/http: request 
canceled while waiting for connection (Client.Timeout exceeded while 
awaiting headers)"], "stdout": "", "stdout_lines": []}

Regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/95df5f59-9793-41e3-97d4-0f2800861502n%40googlegroups.com.

Reply via email to