+ DB=postgresql + ENABLE_ES=false + ES_SCHEMA_SETUP_TIMEOUT_IN_SECONDS=0 + ES_PORT=9200 + ES_VERSION=v6 + ES_SCHEME=http + ES_VIS_INDEX=temporal-visibility-dev + RF=1 + DEFAULT_NAMESPACE=default + DEFAULT_NAMESPACE_RETENTION=1 + CASSANDRA_PORT=9042 + export TEMPORAL_CLI_ADDRESS=10.221.0.43:7233 + TEMPORAL_CLI_ADDRESS=10.221.0.43:7233 + export KEYSPACE=temporal + KEYSPACE=temporal + export VISIBILITY_KEYSPACE=temporal_visibility + VISIBILITY_KEYSPACE=temporal_visibility + export DBNAME=temporal + DBNAME=temporal + export VISIBILITY_DBNAME=temporal_visibility + VISIBILITY_DBNAME=temporal_visibility + export DB_PORT=5432 + DB_PORT=5432 + '[' autosetup = autosetup ']' + auto_setup + wait_for_db + '[' postgresql == mysql ']' + '[' postgresql == postgresql ']' + wait_for_postgres ++ awk -F , '{print $1}' ++ echo airbyte-db-production.postgres.database.azure.com + server=airbyte-db-production.postgres.database.azure.com + nc -z airbyte-db-production.postgres.database.azure.com 5432 postgres started + '[' 0 -eq 0 ']' + echo 'postgres started' setup postgresql schema + '[' '' '!=' true ']' + setup_schema + '[' postgresql == mysql ']' + '[' postgresql == postgresql ']' + echo 'setup postgresql schema' + setup_postgres_schema + SCHEMA_DIR=/etc/temporal/schema/postgresql/v96/temporal/versioned + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 create --db temporal 2022/10/17 13:01:03 error creating database:pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "postgres", SSL off + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 --db temporal setup-schema -v 0.0 2022/10/17 13:01:03 pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "temporal", SSL off + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 --db temporal update-schema -d /etc/temporal/schema/postgresql/v96/temporal/versioned 2022/10/17 13:01:03 pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "temporal", SSL off + VISIBILITY_SCHEMA_DIR=/etc/temporal/schema/postgresql/v96/visibility/versioned + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 create --db temporal_visibility 2022/10/17 13:01:03 error creating database:pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "postgres", SSL off + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 --db temporal_visibility setup-schema -v 0.0 2022/10/17 13:01:04 pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "temporal_visibility", SSL off + temporal-sql-tool --plugin postgres --ep airbyte-db-production.postgres.database.azure.com -u airbyte -p 5432 --db temporal_visibility update-schema -d /etc/temporal/schema/postgresql/v96/visibility/versioned 2022/10/17 13:01:04 pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "temporal_visibility", SSL off + '[' '' '!=' true ']' + '[' false == true ']' + exec bash /start-temporal.sh + register_default_namespace Temporal CLI Address: 10.221.0.43:7233 + echo 'Temporal CLI Address: 10.221.0.43:7233' + sleep 5 + dockerize -template /etc/temporal/config/config_template.yaml:/etc/temporal/config/docker.yaml + IFS=:, + read -ra SERVICE_LIST ++ printf -- '--service=%s ' history matching frontend worker + SERVICE_ARGS='--service=history --service=matching --service=frontend --service=worker ' + exec temporal-server --root /etc/temporal --env docker start --service=history --service=matching --service=frontend --service=worker 2022/10/17 13:01:04 Loading config; env=docker,zone=,configDir=/etc/temporal/config 2022/10/17 13:01:04 Loading config files=[/etc/temporal/config/docker.yaml] {"level":"info","ts":"2022-10-17T13:01:04.298Z","msg":"Starting server for services","value":"[history matching frontend worker]","logging-call-at":"server.go:110"} Unable to start server: sql schema version compatibility check failed: pq: no pg_hba.conf entry for host "20.245.4.182", user "airbyte", database "temporal_visibility", SSL off.