Ian Barwick
da3eaee127
doc: "repmgr node rejoin" clarifications
...
- make it clearer a node can only be joined to the primary
- update patch status
2021-01-06 12:36:11 +09:00
Josh Soref
842c67ca18
doc: various spelling fixes
...
Via GitHub #687 .
2020-12-22 13:47:56 +09:00
Ian Barwick
5f986bc981
node rejoin: handle unclean shutdown in Pg13
...
From PostgreSQL 13, pg_rewind will automatically handle an unclean
shutdown itself, so as long as --force-rewind was provided, so there
is no need to fail with an error.
Note that pg_rewind handles the unclean shutdown by starting PostgreSQL
in single user mode, which it does before performing any checks as
to whether a rewind is actually necessary.
However pg_rewind doesn't take into account the possible presence
of a standby.signal file, so we remove that and recreate it after
pg_rewind was executed.
2020-10-13 10:18:55 +09:00
Ian Barwick
7969dc4800
Enable "node rejoin" to join a target with a lower timeline
...
This has been possible since PostgreSQL 9.6, but the node rejoin/follow
check did not consider this possibility.
2020-10-08 16:51:16 +09:00
Ian Barwick
f1bdb09512
doc: note existing pg_rewind corner-case bug
2020-09-15 14:21:14 +09:00
Ian Barwick
028e3ab48d
doc: rearrange "repmgr node rejoin" reference for clarity
...
The <important> section looked like an actual subsection, so convert
that and the following example section into <refsect2> sections.
2020-09-15 13:42:18 +09:00
Ian Barwick
3945314e65
Remove PostgreSQL 9.3 support
...
PostgreSQL 9.3 community support ended in November 2018.
2020-09-04 11:37:12 +09:00
Ian Barwick
4d88f177a7
doc: clarify "node rejoin" usage
...
Emphasize that conninfo must be provided for a running node.
2020-07-06 09:55:06 +09:00
Ian Barwick
935be3d669
doc: update example PostgreSQL version references to Pg12
2019-08-28 15:52:14 +09:00
Ian Barwick
10425d6967
doc: rename file endings from .sgml to .xml
...
As they are now XML files. In PostgreSQL itself they remain with
the .sgml suffix for backwards compatibility, but that's not
important for us.
2019-05-20 15:38:40 +09:00