Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 387ec70

Browse files
committed
doc: Add to hot standby documentation
Document the order of changing certain settings when using hot-standby servers. This is just a logical consequence of what was already documented, but it gives the users some more practical advice. Author: Yorick Peterse <yorickpeterse@gmail.com> Reviewed-by: Aleksander Alekseev <a.alekseev@postgrespro.ru> Reviewed-by: Robert Haas <robertmhaas@gmail.com>
1 parent 067a225 commit 387ec70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,12 @@ LOG: database system is ready to accept read only connections
21472147
The setting of some parameters on the standby will need reconfiguration
21482148
if they have been changed on the primary. For these parameters,
21492149
the value on the standby must
2150-
be equal to or greater than the value on the primary. If these parameters
2150+
be equal to or greater than the value on the primary.
2151+
Therefore, if you want to increase these values, you should do so on all
2152+
standby servers first, before applying the changes to the primary server.
2153+
Conversely, if you want to decrease these values, you should do so on the
2154+
primary server first, before applying the changes to all standby servers.
2155+
If these parameters
21512156
are not set high enough then the standby will refuse to start.
21522157
Higher values can then be supplied and the server
21532158
restarted to begin recovery again. These parameters are:

0 commit comments

Comments
 (0)