upgrade procedure for current AWX install

Hi,

I have running AWX on a single host. Self hosted dockers are running the the vm. I have already a partition for Postgre. Now i need to add a python module and reinstall AWX with the latest updates.
What should be the procedure?

I tried a fresh install with the current mount area but each time a clean and unconfigured AWX is welcomed.

You can just remove the containers and container images and let the installer pull new ones… if the database container points at the same filesystem location for storing data then you’ll be fine. Likewise if you have an external postgres. Just make sure your inventory file points to the right thing for the database.

The problem is even erasing the images and containers and running ansible-playbook -i installer/inventory installer/install.yml doesn’t solve the problem. Everytime awx_task image is started, it is initiating the database with initial values. So all the time tower is starting with a fresh install even the mount point exists and the data is the one from the previous install.

Any tip?