bulkio: Add onfailure option to restore #55856
Labels
C-wishlist
A wishlist feature.
E-starter
Might be suitable for a starter project for new employees or team members.
no-issue-activity
T-disaster-recovery
X-stale
Add on_failure option to the restore command.
Intended usage:
RESTORE ... WITH onfailure='rollback': That's the default
RESTORE ... WITH onfailure='pause': If something happens, pause the job.
Why: Restores take long time (in general) to run. If something happen (transient error, running out of disk,
failure to mark table PUBLIC, etc), we currently rollback everything. This may be too aggressive and undesirable:
often times we have made significant progress in the restore, and simply retrying might get us to the final
success.
Epic CRDB-7909
Jira issue: CRDB-3623
The text was updated successfully, but these errors were encountered: