mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
37498833283ad5cdca55ec73572626a459b42bab
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
Languages
Python
96.5%
Gherkin
2.4%
Dockerfile
0.6%
Shell
0.4%
Go Template
0.1%