Migrating 17.1 to 22

I’ve been stuck on 17.1.0 for a while and finally got around to trying out the new operator and I have that running in EKS and connecting to a separate DB.

However, I’m unable to connect to the old DB. I tried upgrading postgres and confirmed that the cluster could reach the DB.

Additionally, I’m using a kustomization.yaml file and an awx-ingress.yaml for config/deployment.

Is there an additional secret that I need to glean? I assumed putting fqdn/host of the db, db instance name, and creds would suffice.

Can anyone advise?

Hi Zac,

I’m trying to do the same since 3 months but i’m stuck at installing awx-operator. There are no proper instructions to migrate from 17.1 to 22. Could you please share what commands or steps you followed to get 22 version running?

This helped me get going.
https://briangaber.hashnode.dev/how-to-install-awx-2010-on-aws-eks

Thanks for sharing Zac. Did you use EKS cluster to do or on an EC2 instance?