-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cannot restore only the database from a backup of both database and active config. #166
Comments
Yes, this is expected. You can't do a Database restore from a file that contains something else. Perhaps there is lack of clarity in the choice - this choice is not supposed to give you options of what to restore, but is rather a way for the user to indicate the type of backup file you are trying to restore. The file type and the destinations must match. BTW this confusion has been pointed out in other issues. Perhaps there should be a way to prevent the fatal error and instead indicated the mismatch before trying to process the backup restore. |
@argiepiano Thank you for the reply. It sounds like it is "By design".
Previously |
I agree this is confusing. I think the way to go here is to check the type of source in a form validation. Also perhaps add some help text to the form. |
Now, with a better understanding of the way the combined backup/restore works we have changed our workflow. Some extra help text is a good idea. |
If a manual backup is done of
Database and Active Config Directory
and then a restore of the backup is done selecting onlyDatabase
it fails with the error:Restoring both database and active config works but may not be what the user wants to do.
The text was updated successfully, but these errors were encountered: