commit 1c99251ad16030b22dde9b6e50c0a86e269c66d5 Author: Ian Barwick Date: Tue Apr 18 07:55:00 2017 +0900 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 00000000..6e48e3bc --- /dev/null +++ b/README.md @@ -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.