From ce545bd499cc4b5fe34643e7db27383f6bc3a714 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:41:19 +0100 Subject: [PATCH] Fixes #343 - Postgressqsl (#650) --- install/postgresql-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/postgresql-install.sh b/install/postgresql-install.sh index b816e772..8897abbe 100644 --- a/install/postgresql-install.sh +++ b/install/postgresql-install.sh @@ -35,7 +35,7 @@ cat </etc/postgresql/17/main/pg_hba.conf local all postgres peer # TYPE DATABASE USER ADDRESS METHOD # "local" is for Unix domain socket connections only -local all all peer +local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 scram-sha-256 host all all 0.0.0.0/24 md5