Do not enable replication from localhost
authorPeter Palfrader <peter@palfrader.org>
Sun, 29 Sep 2019 16:42:19 +0000 (18:42 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 29 Sep 2019 16:42:19 +0000 (18:42 +0200)
modules/postgres/templates/cluster/pg_hba.conf-head.erb

index f899cf1..d84d7d1 100644 (file)
@@ -15,8 +15,8 @@ host    all             all             127.0.0.1/32            md5
 host    all             all             ::1/128                 md5
 # Allow replication connections from localhost, by a user with the
 # replication privilege.
-local   replication     all                                     peer
-host    replication     all             127.0.0.1/32            md5
-host    replication     all             ::1/128                 md5
+#local   replication     all                                     peer
+#host    replication     all             127.0.0.1/32            md5
+#host    replication     all             ::1/128                 md5
 ######################################