]> git.ekhem.eu.org Git - server.git/commitdiff
[postgres] Trust local connections from 'postgres'.
authorJakub Czajka <jakub@ekhem.eu.org>
Sat, 23 Sep 2023 17:55:38 +0000 (19:55 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 21:03:23 +0000 (22:03 +0100)
postgres/pg_hba.conf

index 088be7a9b192de0a512fec431b09c2630ef4ea57..26552a9c76c2a6b59b43f627c807e7fcc7c47463 100644 (file)
@@ -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