* debian/README.Debian: Add note about rewind user.

This commit is contained in:
Michael Banck 2020-08-30 14:15:48 +02:00
parent 1e8ffecbe2
commit caea578acf
2 changed files with 9 additions and 4 deletions

11
debian/README.Debian vendored
View file

@ -96,7 +96,10 @@ pg_rewind requires remote superuser access) and Patroni will re-clone a former
primary if its timeline has diverged from the cluster.
If pg_rewind is to be used, then the `bootstrap.use_pg_rewind' parameter in
/etc/patroni/config.yml.in needs to be set to `true' and the
`postgresql.superuser.password' parameter needs to be set to the desired
postgres password. Finally, password (md5) connections need to be allowed on
the local network.
/etc/patroni/config.yml.in needs to be set to `true' and either the
`postgresql.authentication.superuser.password' parameter needs to be set to the
desired postgres password or (for PostgreSQL versions 11 and up) the
`postgresql.authenticaion.rewind.{user,password}` needs to be set. If the
`rewind` user is set, Patroni will grant it the necessary rights to run
pg_rewind without superuser privileges. Finally, password (md5) connections
need to be allowed on the local network.

2
debian/changelog vendored
View file

@ -1,5 +1,7 @@
patroni (1.6.5-6) UNRELEASED; urgency=medium
[ Michael Banck ]
* debian/README.Debian: Add note about rewind user.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Wed, 26 Aug 2020 15:34:34 +0200