mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 18:20:05 +00:00
13 lines
541 B
Markdown
13 lines
541 B
Markdown
Failover
|
|
========
|
|
- When determining who should become master, include the minor version of PostgreSQL in the decision.
|
|
|
|
Configuration
|
|
==============
|
|
- Provide a way to change pg_hba.conf of a running cluster on the Patroni level, without changing individual nodes.
|
|
- Provide hooks to store and retrieve cluster-wide passwords without exposing them in a plain-text form to unauthorized users.
|
|
|
|
Documentation
|
|
==============
|
|
- Document how to run cascading replication and possibly initialize the cluster without an access to the master node.
|