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

vtbackup: Make initial backup idempotent again. #5147

Merged
merged 1 commit into from
Aug 30, 2019

Commits on Aug 29, 2019

  1. vtbackup: Make initial backup idempotent again.

    The check for a complete backup already existing was supposed to make
    the initial backup idempotent, such that running it after an initial
    backup already exists will simply do nothing and return success.
    
    However, that property was broken when I added the check for serving
    tablets above the check for a complete backup. I should have kept the
    check for a complete backup first, because if there's already a complete
    backup and we're doing nothing, then it's fine that some tablets may
    already be serving.
    
    Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
    enisoc committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3a05a41 View commit details
    Browse the repository at this point in the history