Need Help to deploy AWX19 in K8s

Hi Team

We are planning to deploy the AWX 19.0 in Kubernetes cluster in RHEL8 and we need to migrate the data from our docker based existing AWX17.0 which is running in RHEL7 and also currently we are using in Production. We need a complete document for this migration set up in my new RHEL8 machine having a single node Kubernetes cluster.

Our Existing AWX17 Detail!!!

Our New Kubernetes cluster setup!!!

There are different migrations options per the documentation on github. What worked for us was exporting existing configuration using awx CLI and import that into the new AWX instance in the new version. Few people have also tried export of the DB and import of that data into the new DB.

Thanks

Hi there,
This documentation might be what you’re looking for: https://github.com/ansible/awx/blob/devel/tools/docker-compose/docs/data_migration.md
Thanks,
AWX Team