Skip to content

Instantly share code, notes, and snippets.

@deekayen
Last active June 17, 2021 04:41
Show Gist options
  • Save deekayen/af33872cf64faa28e95ba593582abd5e to your computer and use it in GitHub Desktop.
Save deekayen/af33872cf64faa28e95ba593582abd5e to your computer and use it in GitHub Desktop.
Upgrade Ansible AWX containers
docker stop awx_task
docker rm awx_task
docker rmi ansible/awx_task:latest
docker stop awx_web
docker rm awx_web
docker rmi ansible/awx_web:latest
git pull
cd installer
# Review inventory
ansible-playbook -i inventory install.yml
@minsis
Copy link

minsis commented Aug 7, 2019

https://github.com/ansible/awx/blob/devel/DATA_MIGRATION.md

Here's an article you can read on it as well. It has some steps you can take to migrate some of the data. But its not as straight forward as deleting the docker container and running the installer playbook to upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment