On Wed, May 13, 2020 at 04:58:15AM +0000, Mariya Rampurawala wrote:
> Thank you Kyotaro and Laurenz for your quick responses.
> This helped me get my setup working.
Please note that we have added in Postgres 13 the possibility to use a
restore_command when using pg_rewind if the parameter is set in the
target cluster's configuration. This way, you can fetch missing WAL
segments from archives during the rewind operation without the need to
rely on wal_keep_segments or such.
--
Michael