Hello,
I’m trying to deploy AWX on Docker in my Mac.
AWX Versions: 14.1.0, 14.0.0, 13.0.0, 12.0.0.
Postgres version: 10
Postgres container logs
PostgreSQL Database directory appears to contain a database; Skipping initialization
2020-08-31 17:13:25.396 UTC [1] LOG: listening on IPv4 address “0.0.0.0”, port 5432
2020-08-31 17:13:25.396 UTC [1] LOG: listening on IPv6 address “::”, port 5432
2020-08-31 17:13:25.399 UTC [1] LOG: listening on Unix socket “/var/run/postgresql/.s.PGSQL.5432”
2020-08-31 17:13:25.522 UTC [27] LOG: database system was interrupted; last known up at 2020-08-31 16:47:23 UTC
2020-08-31 17:13:31.667 UTC [27] LOG: database system was not properly shut down; automatic recovery in progress
2020-08-31 17:13:31.767 UTC [27] LOG: redo starts at 1/2309F948
2020-08-31 17:13:31.767 UTC [27] LOG: invalid record length at 1/2309FA28: wanted 24, got 0
2020-08-31 17:13:31.767 UTC [27] LOG: redo done at 1/2309F9F0
2020-08-31 17:13:31.998 UTC [1] LOG: database system is ready to accept connections
2020-08-31 17:15:56.839 UTC [34] LOG: incomplete startup packet
Getting the "incomplete startup packet" issue after launching the AWX_Web container.
Can some one please help me out?
Thanks,
Sudheer.