Initial commit

This commit is contained in:
Ian Barwick
2017-04-18 07:55:00 +09:00
commit 1c99251ad1

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
repmgr: Replication Manager for PostgreSQL
==========================================
`repmgr` is a suite of open-source tools to manage replication and failover
within a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in
replication capabilities with utilities to set up standby servers, monitor
replication, and perform administrative tasks such as failover or switchover
operations.
`repmgr 4` is a complete rewrite of the existing `repmgr` codebase.