You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Auto-recovery logic currently checks the S3 bucket for auto-recovery files but only attempts to use the most-recently written. Extend to attempt to use older backups if more recent ones are corrupt
Fix recommendation:
The auto-recovery function already does a recovery-file validity check as a preflight operation. This logic could be trivially extended to construct and iterate a list of available recovery-files.
The text was updated successfully, but these errors were encountered:
Problem Description:
Auto-recovery logic currently checks the S3 bucket for auto-recovery files but only attempts to use the most-recently written. Extend to attempt to use older backups if more recent ones are corrupt
Fix recommendation:
The auto-recovery function already does a recovery-file validity check as a preflight operation. This logic could be trivially extended to construct and iterate a list of available recovery-files.
The text was updated successfully, but these errors were encountered: