I have deployed AWX on docker-compose with an external PostgreSQl DB.
I have commented postgres_data_dir in inventory and filled pg_hostname, pg_username, pg_password,
pg_database, pg_port.
I have created the AWX db and user on PostgreSQL. I’ve edited the pg_hba.conf file so postgre can accept connections, verified it and it works.
The web page says “AWX is currently upgrading. This page will refresh when complete.” And the refresh arrows keep spinning but it never finishes. (see awx.png attachment)
awx_task logs show:
[2019-01-14 14:23:50,451: WARNING/Process-1] Database settings are not available, using defaults, error:
Traceback (most recent call last):
ProgrammingError: relation “conf_setting” does not exist
LINE 1: …f_setting".“value”, “conf_setting”.“user_id” FROM "conf_sett…
(see awx_task.log attachment for full stack trace)
Did anyone successfully deploy AWX on Docker with external PostgreSQL? Am I missing anything?
Regards,
Adrian