Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greenplum: cancel backup on Postgres process failure #1260

Merged
merged 3 commits into from Apr 26, 2022

Conversation

usernamedt
Copy link
Member

I propose to introduce the functionality to automatically cancel the backup if one of the following events occurs:

  • WAL-G segment process failure
  • Postgresql segment process failure

Also, I propose to introduce the following setting to control how frequently WAL-G will try to check if the Postgresql segment process is alive:

  • WALG_ALIVE_CHECK_INTERVAL

To control how frequently WAL-G will check if Postgres is alive during the backup-push. If the check fails, backup-push terminates.

Examples:

  • 0 - disable the alive checks (default value)
  • 10s - check every 10 seconds
  • 10m - check every 10 minutes

@usernamedt usernamedt requested a review from a team as a code owner April 25, 2022 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants