Slide 14
Slide 14 text
14
What is Patroni
• Automatic failover solution for PostgreSQL
streaming-replication
• A daemon that manages one PostgreSQL instance
• Keeps the state of the cluster in a DCS (Etcd, Zookeeper,
Consul, Kubernetes), also referred to as a consistency layer
• For new instances decides whether to initialize a new cluster or
join an existing one
• For running instances executes promotion/demotion when
necessary
• A number of additional related functions (global configuration,
scheduled actions, pause mode, pg_rewind support, etc)