Hi everyone,
I’m currently on AWX version 17.1.0. Now looking to install 21.9.0. I know that from version 18.0.0 awx_operator has been introduced and Kubernetes for core infrastruture. May you please correct if I’m wrong but is it the best to prepare a fresh Ansible installation with 21.9.0 and then back-up/restore Postgres SQL db to keep all data from the old version?
Kind regards,
Michał
Hello Everyone
I am trying to upgrade from AWX version 17.1.0 to version 21.6.0 and I need to know if there is a step-by-step procedure on how to upgrade
Kind regards,
Ricardo
You can take a look at the instructions here for upgrading from older AWX to newer ones. https://github.com/ansible/awx-operator/blob/devel/docs/migration.md
You may also look into import/export feature of awxkit or awx collection
AWX Team