From 1c99251ad16030b22dde9b6e50c0a86e269c66d5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 18 Apr 2017 07:55:00 +0900 Subject: [PATCH] Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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.