In the previous two article we have learnt how to Backup and Restore Exchange Server 2013 database using Windows Server Backup. In this article we would be focusing on how to create Recovery Database (Aka RDB).
It is very important to understand in what scenario RDB can be useful. Lets first understand the scenario.
- A user has deleted some important emails and that needs to be recovered. Without restoring the data to production we would be creating RDB.
- Single Mailbox or the entire database needs to be restored. Etc.
Note :- In both the scenario the database has crossed the default retention limit.
To know how to backup Exchange Server 2013 using Windows Server Backup 2012. Please follow the below article.
To know how to restore the Data from Backup. Please follow the below article.
=====================================================
We will be using the same database which was restored. Before creating RDB we will first understand the database health.
Figure 1.1 : Restored Data.
Now since the database is restored we have to confirm if the data is clean shutdown. To do that we will be running ESEUTIL commands.
Figure 1.2 : State : Dirty Shutdown
In figure 1.2 since the database was restored. It will be always be in “Dirty Shutdown”. We sill be performing soft recovery by running the below command.
Figure 1.3 : Recovery Completed Successfully
Figure 1.4 : State : Clean Shutdown
Now that we have the database in clean shutdown. We have to create RDB to get the database mounted in RDB and restore the required mailbox.
Figure 1.5 : RDB Created
Figure 1.6 : RDB Status
Mount the database by running “Mount-Database RDB”
Figure 1.7 : RDB Mounted
Figure 1.8 : RDB Status
Now that we have the database mounted. Lets perform a restore.
Figure 1.9 : New-MailboxRestoreRequest
Figure 1.10 : Restore Request Removed.
There are many scenarios in which RDB can be used. In this scenario we have just restored one mailbox.
=====================================================
Happy Learning