Files
repmgr/doc
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
..
2019-10-24 09:42:23 +09:00
2020-01-16 09:52:42 +09:00
2020-01-13 14:06:20 +09:00
2020-03-06 17:41:19 +09:00
2020-09-04 11:37:12 +09:00
2017-10-05 10:30:28 +09:00
2020-09-04 11:37:12 +09:00