* debian/pg_createcluster_patroni: Put clusters in manual mode, rather than

disabled mode during creation.
This commit is contained in:
Michael Banck 2019-01-21 17:07:05 +01:00
parent 109fe3c4f4
commit 928d713614
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <team+postgresql@tracker.debian.org> Tue, 15 Jan 2019 19:12:36 +0100

View file

@ -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 $?