From 2e69d155da22a4720de588cf6f9ee376d3f21d06 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Tue, 11 Apr 2017 21:15:42 +0100 Subject: [PATCH] Typo in README.md reported by dhx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755d6fa1..4c68a9e4 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ place. To ensure this happens when using the default `pg_basebackup` method, which will ensure all WAL files generated during the cloning process are streamed in parallel with the main backup. Note that this requires two replication connections to be available (`repmgr` will verify sufficient -connections are available before attempting to clonse). +connections are available before attempting to clone). To override this behaviour, in `repmgr.conf` set `pg_basebackup`'s `--xlog-method` parameter to `fetch`: