Commit Graph

43 Commits

Author SHA1 Message Date
Ian Barwick
da47eb4bff Update command reference 2017-10-05 10:30:30 +09:00
Ian Barwick
5fd823fda9 Fix typos 2017-10-05 10:30:29 +09:00
Ian Barwick
c5c27d2250 Add primary register/unregister 2017-10-05 10:30:29 +09:00
Ian Barwick
ec843e1de4 Actually add switchover section 2017-10-05 10:30:29 +09:00
Ian Barwick
e18d6ea81f Add switchover section 2017-10-05 10:30:29 +09:00
Ian Barwick
cb61b447f3 Document "repmgr standby unregister" 2017-10-05 10:30:29 +09:00
Ian Barwick
9697e2ccfc Add standby promotion documentation 2017-10-05 10:30:29 +09:00
Ian Barwick
e7bb3e9d50 Add section on promoting standby 2017-10-05 10:30:29 +09:00
Ian Barwick
a149a99228 Update standby cloning manual 2017-10-05 10:30:29 +09:00
Ian Barwick
5fffd177a4 Add advanced cloning options, etc. 2017-10-05 10:30:29 +09:00
Ian Barwick
8013634b79 Expand documentation 2017-10-05 10:30:29 +09:00
Ian Barwick
8d609249fd Start quickstart guide 2017-10-05 10:30:29 +09:00
Ian Barwick
2f4e7c1d8b Update parameter description. 2017-10-05 10:30:29 +09:00
Ian Barwick
244d36a7d6 Misc updates 2017-10-05 10:30:29 +09:00
Ian Barwick
9a94878c73 Update configuration file settings 2017-10-05 10:30:29 +09:00
Ian Barwick
4ab081ba41 Convert various URLs to https 2017-10-05 10:30:29 +09:00
Ian Barwick
aaf5af7591 Initial configuration stuff 2017-10-05 10:30:29 +09:00
Ian Barwick
2a48edb625 Add installation instructions 2017-10-05 10:30:29 +09:00
Ian Barwick
b049d7f0ec Add "Overview" section 2017-10-05 10:30:29 +09:00
Ian Barwick
caa8d034de More document boilerplate 2017-10-05 10:30:28 +09:00
Ian Barwick
0c64b90427 More doc boilerplate 2017-10-05 10:29:25 +09:00
Ian Barwick
d8c2f66c5b Initial SGML documentation support 2017-10-05 10:29:24 +09:00
Simon Riggs
994975b8c6 Minor typos in descriptive text 2017-09-18 05:53:52 +01:00
Simon Riggs
17397334c9 Typo 2017-09-18 05:48:58 +01:00
Ian Barwick
1517c06bb1 Document "replication_user" configuration file parameter. 2017-08-31 17:29:09 +09:00
Ian Barwick
5208655a35 Parse "recovery_min_apply_delay" from recovery.conf 2017-08-25 21:47:14 +09:00
Ian Barwick
1452238613 Update document "repmgrd-node-fencing.md" 2017-08-25 15:58:52 +09:00
Ian Barwick
3b9d201e18 Add/update document "repmgrd-node-fencing.md" 2017-08-25 12:32:55 +09:00
Ian Barwick
2092a55b9e Update README
Document "standby switchover" and additional repmgrd information.
2017-08-25 00:39:22 +09:00
Ian Barwick
6259463007 repmgrd: various fixes for "manual" failover mode 2017-08-23 10:56:55 +09:00
Ian Barwick
f131d37871 Update document "changes-in-repmgr4.md" 2017-08-21 12:53:47 +09:00
Ian Barwick
594e9e5007 Document upgrade process from repmgr3
Also provide unpackaged extension upgrade SQL, and a script to
assist converting repmgr.conf files.
2017-08-17 23:37:31 +09:00
Ian Barwick
c67aa15581 Make "pgdata" a mandatory configuration file setting
There are some circumstances, e.g. during switchover operations,
where repmgr may need to operate on a data directory while the
server isn't running, in which case there's no way to retrieve
that information.
2017-08-02 23:04:24 +09:00
Ian Barwick
dd73039d02 Update BDR documentation 2017-07-27 21:44:10 +09:00
Ian Barwick
5606434a97 Initial BDR failover documentation 2017-07-27 18:11:49 +09:00
Ian Barwick
b99443b0c8 Improvements to repmgr cluster show
Add documentation; show recovery status in --csv mode.
2017-07-20 10:25:13 +09:00
Ian Barwick
0d226867b4 Add "location" column 2017-07-06 01:17:00 +09:00
Ian Barwick
582d0ef363 Rename "logxxx" configuration file parameters to "log_xxx"
This is more consistent with other parameters and conforms to
the pattern used by PostgreSQL itself, which uses the prefix "log_"
for logging parameters.

A warning will be emitted if the old version of the parameter name
is detected.
2017-07-04 23:36:47 +09:00
Ian Barwick
4e06355b57 Replace repmgr.conf item "upstream_node_id" with --upstream-node-id
This is only relevant when cloning a standby and the node's upstream
can change after failover/switchover etc., so no point keeping the
original value around in the configuration file.
2017-07-04 23:34:20 +09:00
Ian Barwick
18b40be7f1 Add configuration option "log_status_interval"
Normally (outside of log level DEBUG) repmgrd doesn't generate any
kind of log output, so examining the log file may give the impression
it's not working. Output an informational message at regular intervals
to show it's up and running.
2017-07-03 12:14:52 +09:00
Ian Barwick
34c746fcde Rename "logxxx" configuration file parameters to "log_xxx"
This is more consistent with other parameters and conforms to
the pattern used by PostgreSQL itself, which uses the prefix "log_"
for logging parameters.

A warning will be emitted if the old version of the parameter name
is detected.
2017-07-03 10:38:15 +09:00
Ian Barwick
9ce981c9f8 Documentation updates 2017-06-22 15:28:31 +09:00
Ian Barwick
aa5539ac5e Initial documentation for repmgr4 changes 2017-06-14 09:18:57 +09:00