From 78dad4fc523be71e3e1621501b11cf7985f366e2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 11 Mar 2015 21:33:34 +0900 Subject: [PATCH] Add note about replication slots --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 677ab5e0..60c7710c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -28,7 +28,11 @@ General - How many replication slots should I define in `max_replication_slots`? - ... + Normally at least same number as the number of standbys which will connect + to the node. Note that changes to `max_replication_slots` require a server + restart to take effect, and as there is no particular penalty for unused + replication slots, setting a higher figure will make adding new nodes + easier. `repmgr`