From 4c4b5174b451d3d4fc0eb5cc7f620cb462bc9275 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 27 Sep 2018 23:10:40 +0200 Subject: [PATCH] * debian/config.yml: Updated with recent changes from upstream config example. --- debian/changelog | 4 +++- debian/config.yml | 13 +++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6db8fd7..7de893b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ patroni (1.5.0-6) UNRELEASED; urgency=medium - * + [ Michael Banck ] + * debian/config.yml: Updated with recent changes from upstream config + example. -- Debian PostgreSQL Maintainers Wed, 26 Sep 2018 16:09:24 +0200 diff --git a/debian/config.yml b/debian/config.yml index 4ad7888..2a50b97 100644 --- a/debian/config.yml +++ b/debian/config.yml @@ -11,6 +11,11 @@ restapi: # username: username # password: password +# ctl: +# insecure: false # Allow connections to SSL sites without certs +# certfile: /etc/ssl/certs/ssl-cert-snakeoil.pem +# cacert: /etc/ssl/certs/ssl-cacert-snakeoil.pem + #etcd: # host: 127.0.0.1:2379 @@ -31,6 +36,10 @@ bootstrap: maximum_lag_on_failover: 1048576 # master_start_timeout: 300 # synchronous_mode: false +# standby_cluster: +# host: 127.0.0.1 +# port: 1111 +# primary_slot_name: patroni postgresql: use_pg_rewind: true # use_slots: true @@ -38,8 +47,8 @@ bootstrap: # wal_level: hot_standby # hot_standby: "on" # wal_keep_segments: 8 -# max_wal_senders: 5 -# max_replication_slots: 5 +# max_wal_senders: 10 +# max_replication_slots: 10 # wal_log_hints: "on" # archive_mode: "on" # archive_timeout: 1800s