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

Investigate behaviour on partial backup upload #102

Open
adamhosier opened this issue Nov 28, 2019 · 0 comments
Open

Investigate behaviour on partial backup upload #102

adamhosier opened this issue Nov 28, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@adamhosier
Copy link
Contributor

The behaviour of failed backup uploading is currently undefined - some backends may leave partial backups around, which the operator will detect as a complete backup and will not retry.

We could checksum the file in the destination rather than simply checking for its existence, but that would involve downloading the entire backup whenever we check if it exists.

We'd like to have defined behaviour for this corner case which is consistent between all storage destinations.

@adamhosier adamhosier added the bug Something isn't working label Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant