AWX web crashloopbackoff - Python tracebacks

psycopg errors… this is vaguely familiar… looking around… ah, here’s why it’s familiar to me: External PostgreSQL connectivity problem - Get Help - Ansible

Anyways, it does seem like you’re having a connectivity issue between your web pod(s) and your postgres db. Are you using an externally managed postgresql server, or are you using an awx-operator managed db?

And like in the other post, are you using IPv4, IPv6, or both in your k8s cluster (and postgresql server if you’re running it externally)?