Special Restore Cases
EnterpriseBacula Enterprise Only
This solution is only available for Bacula Enterprise. For subscription inquiries, please reach out to sales@baculasystems.com.
Restore the “master” Database
Instructions on how to restore the “master” database are detailed in this article: https://technet.microsoft.com/en-us/library/aa213839%28v=sql.80%29.aspx
Database in restoring State
At the end of a restore, if the plugin option recovery was set to
no, the restored database will be in the “restoring” state. To end
the restore process, the recovery process must be run. It can be done
with the following SQL command:
RESTORE [yourdatabase] WITH RECOVERY;
Go back to: Restore.