* debian/config.yml.in: Add some comments about option passing for

pg_createcluster_patroni/pg_clonecluster_patroni.
This commit is contained in:
Michael Banck 2020-05-07 13:41:05 +02:00
parent e51c5c0ae1
commit d7a65bb738
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ patroni (1.6.5-2) UNRELEASED; urgency=medium
if specified.
* debian/patroni@.service: Append scope to syslog identifier.
* debian/pg_clonecluster_patroni: Pass $DATADIR variable to pg_createcluster.
* debian/config.yml.in: Add some comments about option passing for
pg_createcluster_patroni/pg_clonecluster_patroni.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 27 Apr 2020 18:25:04 +0200

View file

@ -20,6 +20,8 @@ restapi:
bootstrap:
# Custom bootstrap method
# The options --scope= and --datadir= are passed to the custom script by
# patroni and passed on to pg_createcluster by pg_createcluster_patroni
method: pg_createcluster
pg_createcluster:
command: /usr/share/patroni/pg_createcluster_patroni
@ -81,6 +83,8 @@ bootstrap:
postgresql:
# Custom clone method
# The options --scope= and --datadir= are passed to the custom script by
# patroni and passed on to pg_createcluster by pg_clonecluster_patroni
create_replica_method:
- pg_clonecluster
pg_clonecluster: