-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Backups broken in develop #2767
Comments
@wolfgangmm Okay so the backup process from the Java Admin Client works just fine. It seems to be just the backup process triggered from the Dashboard. I have no idea how the Dashboard works, I will try and figure it and let you know... |
@wolfgangmm After a bit of a search, I have found that the Dashboard uses the As far as I can see, this can't have ever worked in 5.x.x. The reason being that the |
I would also add that these transaction errors are logged, but it seems that files that are skipped by the backup are never reported back to the Dashboard. This seems like a bit of a failing on behalf of the Dashboard as it gives the user the idea that everything worked fine, when in fact there are serious issues they need to attend to. |
…n, instead process after closing Closes eXist-db#2767
…n, instead process after closing Closes eXist-db#2767
What is the problem
Restoring a backup created with current develop will result in all binary files missing. It doesn't matter if you restore into a remote or local instance.
The
__contents__.xml
descriptors inside the backup are missing entries for all binary files.Backup/restore was tested extensively not long ago, so this bug must have been introduced very recently.
Describe how to reproduce or add a test
A backup is attached. On a fresh database, install a package which is not contained by default, e.g. the demo app. Create a backup via the dashboard and check the
__contents__.xml
files contained inside. They should be missing entries for all binary resources. Restoring the backup will thus miss all binary resources.Context information
Please always add the following information
full20190530-1459.zip
The text was updated successfully, but these errors were encountered: