* debian/config.yml.in: Make PostgreSQL to also listen to 127.0.0.1 by

default.
This commit is contained in:
Michael Banck 2019-01-28 14:19:41 +01:00
parent 3be7688421
commit 5b93c19bbf
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ patroni (1.5.4-4) UNRELEASED; urgency=medium
[ Michael Banck ]
* debian/pg_clonecluster_patroni: Create stub instance with start.conf set to
manual instead of disabled, in lines with pg_creatcluster_patroni.
* debian/config.yml.in: Make PostgreSQL to also listen to 127.0.0.1 by
default.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Sun, 27 Jan 2019 14:40:18 +0100

View file

@ -73,7 +73,7 @@ postgresql:
pg_clonecluster:
command: /usr/share/patroni/pg_clonecluster_patroni
listen: @HOSTIP@:@PORT@
listen: "@HOSTIP@,127.0.0.1:@PORT@"
connect_address: @HOSTIP@:@PORT@
use_unix_socket: true
data_dir: /var/lib/postgresql/@VERSION@/@CLUSTER@