stolon

Cloud native PostgreSQL manager for high availability

brewmacoslinux
Try with needOr install directly
Source

About

Cloud native PostgreSQL manager for high availability

Commands

stolon-keeperstolon-sentinelstolon-proxy

Examples

Start a Stolon keeper (PostgreSQL instance manager)$ stolon-keeper --store-backend etcd --store-endpoints http://localhost:2379 --id keeper0
Start a Stolon sentinel (cluster state monitor)$ stolon-sentinel --store-backend etcd --store-endpoints http://localhost:2379
Start a Stolon proxy (connection pooler)$ stolon-proxy --store-backend etcd --store-endpoints http://localhost:2379 --listen localhost:5432