Please confirm the following
Feature Summary
Add ability to deploy an AWX instance with an external PostgreSQL cluster using client-side High Availability mode.
According to the PostgreSQL documentation, when using client-side High Availability, you must change the target_session_attrs default value any to read-write in order to select the primary postgreSQL server.
To allow such behavior, I suggest the following :
Please confirm the following
Feature Summary
Add ability to deploy an AWX instance with an external PostgreSQL cluster using client-side High Availability mode.
According to the PostgreSQL documentation, when using client-side High Availability, you must change the
target_session_attrsdefault valueanytoread-writein order to select the primary postgreSQL server.To allow such behavior, I suggest the following :
awx_postgres_target_session_attrsvar in database_configuration.yml ;