Ian Barwick
3d08800521
doc: update note about pg_rewind corner-case bug
...
Sadly it's likely there are still installations running PostgreSQL
versions released prior to February 2021, so keep the note there
for now.
2022-07-14 10:18:25 +09:00
Ian Barwick
e64184aff3
doc: mention full_page_writes as prerequisite for pg_rewind
...
Anyone disabling it needs to examine their life choices, but as
we check for it anyway, might as well explicitly mention it for
completeness.
2022-07-14 09:49:03 +09:00
Ian Barwick
cfbeed50d6
node rejoin: emit rejoin target note information as NOTICE
...
As it's possible to specify the connection information for any available
node, but currently not possible to rejoin to a node other than the
primary, explicitly mention what the rejoin target will be.
2021-01-06 14:11:37 +09:00
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