From df3137df460dc01bb54319892bc73f21a56ac3f6 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sat, 23 Sep 2023 19:55:38 +0200 Subject: [PATCH] [postgres] Trust local connections from 'postgres'. --- postgres/pg_hba.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index 088be7a..26552a9 100644 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -86,7 +86,7 @@ # maintenance (custom daily cronjobs, replication, and similar tasks). # # Database administrative login by Unix domain socket -local all postgres peer +local all postgres trust # TYPE DATABASE USER ADDRESS METHOD -- 2.39.5