Common database for AWX servers

Hello All,

Did any one configured a common database for 2 AWX servers.

(i.e, 2 AWX servers behind a Load balancer hitting same database server on the backend. )

If anyone have tried and accomplished please share details.

Appreciate you help… Thanks in Advance.

Regards,
Vinod

We did it but it’s not a recommended HA /DR approach. In your case, it will be only Application server that is action as DR.

Something like this we implemented.

Thank you for sharing,

In my current scenario i have configured AWX using dockers and it is working fine on one node.
The image got 4 containers which works as part of the cluster.

Now I configured another (second) node and would like to have it as a failover.
Not sure how to set postgres on first node to talk to postgres on second node when they are all part of the cluster on their respective nodes.

If any thoughts please share.
Or if you know any other way please let me know.