From da02c5a525c93e46a50065bd422c0bc6c6a2a883 Mon Sep 17 00:00:00 2001 From: Ran Lu Date: Mon, 12 Feb 2024 14:06:23 -0500 Subject: [PATCH] Adjust auth type Otherwise airflow fails with "server login failed: wrong password typeserver login failed: wrong password type" --- deploy/docker-compose-CeleryExecutor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/docker-compose-CeleryExecutor.yml b/deploy/docker-compose-CeleryExecutor.yml index 3408e210..27be7664 100644 --- a/deploy/docker-compose-CeleryExecutor.yml +++ b/deploy/docker-compose-CeleryExecutor.yml @@ -77,6 +77,7 @@ services: - DB_PASSWORD=${POSTGRES_PASSWORD} - DB_NAME=${POSTGRES_DB} - DB_HOST=postgres + - AUTH_TYPE=scram-sha-256 - MAX_CLIENT_CONN=10000 - DEFAULT_POOL_SIZE=${POSTGRES_MAX_CONN} - POOL_MODE=transaction