-
Notifications
You must be signed in to change notification settings - Fork 101
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
[BUG] Restoring backup fails due to event revision mismatch #287
Comments
The following part of the issue is already solved in #259 released in v0.11.1.
@shreyas-s-rao @abdasgupta Do you think #282 would address the following part? I think this can only be solved by solving #283.
|
@Gerrit91 Regarding the second part of the error
It is possible that there is an edge case. Is this issue re-producible? Or would it be possible to share the the backup somehow which we can try to restore to re-produce the problem? |
Describe the bug:
We encountered an issue where backup restoration was failing because of "revision mismatches". In this cluster we are running an installation of Rook.
For some reason the expected revision 69263102 seems to be present in the first delta snapshot (which is only 1kB in size). The increment contains only one single entry:
We were first encountering an issue where the backup restoration did not work, producing output like that:
And this issue now happened when trying out the latest version of the backup-restore image v0.11.1.
Expected behavior:
Restoration succeeds.
How To Reproduce (as minimally and precisely as possible):
I don't really know. 😕
We can potentially provide a backup that produces the described behavior.
Logs:
Screenshots (if applicable):
Environment (please complete the following information):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: