mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-09-01 17:19:31 +00:00
393 B
393 B
PostgreSQL HA with etcd
To get started, do the following from different terminals:
> etcd --data-dir=data/etcd
> run.py postgresql0.yml
> run.py postgresql1.yml
From there, you will see a high-availability cluster start up. Test different settings in the YAML files to see how behavior changes. Kill some of the different components to see how the system behaves.
Cheers, Chris