From 1185d8f5bca8081bef9a3e7ff57fc908d81fbf86 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Thu, 9 Dec 2021 22:59:20 +0800 Subject: [PATCH] fix(start): handle supabase/postgres:14.1.0 scram --- internal/start/templates/pgbouncer_config | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/start/templates/pgbouncer_config b/internal/start/templates/pgbouncer_config index 0c9788117..ea5144121 100644 --- a/internal/start/templates/pgbouncer_config +++ b/internal/start/templates/pgbouncer_config @@ -4,6 +4,7 @@ postgres = host=supabase_db_{{ .ProjectId }} port=5432 dbname={{ .DbName }} [pgbouncer] listen_addr = 0.0.0.0 listen_port = 5432 +auth_type = trust auth_file = /etc/pgbouncer/userlist.txt server_fast_close = 1 ignore_startup_parameters = extra_float_digits