From 928d713614d64eb411f287588e25cae35559c43f Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 21 Jan 2019 17:07:05 +0100 Subject: [PATCH] * debian/pg_createcluster_patroni: Put clusters in manual mode, rather than disabled mode during creation. --- debian/changelog | 2 ++ debian/pg_createcluster_patroni | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db73c94..8b1bf8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ patroni (1.5.4-2) UNRELEASED; urgency=medium variable and replace both @HOSTNAME@ and @DCS_CONFIG@ placeholders in config template. * debian/config.yml.in: Commented out pgpass directive. + * debian/pg_createcluster_patroni: Put clusters in manual mode, rather than + disabled mode during creation. -- Debian PostgreSQL Maintainers Tue, 15 Jan 2019 19:12:36 +0100 diff --git a/debian/pg_createcluster_patroni b/debian/pg_createcluster_patroni index c112edc..e10a1ef 100755 --- a/debian/pg_createcluster_patroni +++ b/debian/pg_createcluster_patroni @@ -27,5 +27,5 @@ else CLUSTER=$(echo $SCOPE | sed -e 's/.*\///') fi -pg_createcluster --start-conf=disabled $VERSION $CLUSTER +pg_createcluster --start-conf=manual $VERSION $CLUSTER exit $?