We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba2ea9 commit ce545bdCopy full SHA for ce545bd
install/postgresql-install.sh
@@ -35,7 +35,7 @@ cat <<EOF >/etc/postgresql/17/main/pg_hba.conf
35
local all postgres peer
36
# TYPE DATABASE USER ADDRESS METHOD
37
# "local" is for Unix domain socket connections only
38
-local all all peer
+local all all md5
39
# IPv4 local connections:
40
host all all 127.0.0.1/32 scram-sha-256
41
host all all 0.0.0.0/24 md5
0 commit comments