From b221a0e35f12d87f2333063e568f28e55124a1a5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 3 Dec 2024 09:39:11 +0100 Subject: [PATCH] Fixes #343 - Postgressqsl --- 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 b816e77209..8897abbec8 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