v0.17.0-gc-rc3
gocardless-robot-restricted
released this
22 Mar 12:14
·
14 commits
to gocardless-v0.17.0+
since this release
Changelog
4623f7e Merge pull request #61 from gocardless/CI-1316/cut_new_release
e9c7d9d CI-1316: Cut a new release candidate for Stolon
9340cac Merge pull request #60 from gocardless/CI-1290/hardcode_pgrewind_params
235f733 Hardcode pg_rewind retrying (up-to 5m)
6841d2f Merge pull request #55 from gocardless/checkpoint-before-rewind
e702132 force checkpoint before rewind Prior to running pg_rewind, force a checkpoint on the source database to ensure the pg_control file used by pg_rewind is up-to-date. Failure to do so can result in pg_rewind not detecting a timeline fork and exiting with no action, leading stolon to fallback on pg_basebackup (which itself will checkpoint) to ensure a resync is successful.