From: Jakub Czajka Date: Sat, 23 Sep 2023 17:55:38 +0000 (+0200) Subject: [postgres] Trust local connections from 'postgres'. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=df3137df460dc01bb54319892bc73f21a56ac3f6;p=server.git [postgres] Trust local connections from 'postgres'. --- 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