patronictl
PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Install
- All systems
-
curl cmd.cat/patronictl.sh
- Debian
-
apt-get install patroni
- Ubuntu
-
apt-get install patroni
- Kali Linux
-
apt-get install patroni
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install patroni
- Dockerfile
- dockerfile.run/patronictl
patroni
PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring.