Exchange 2019 remove recovery database

Susan Dodds 191 Reputation points
2024-08-30T12:31:48.2866667+00:00

Exchange 2019

Due to reasons, I created a recovery database and ended up not needing it.

I got to the point creating the recovery database and doing a soft recovery.

Is there anything I need to do to stop this recovery process before deleting the database to stop Exchange from trying to continue the recovery process? I don't want event viewer filled with errors of it still trying to do the recovery process and wonder where the database is.

Thanks

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,267 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,606 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
522 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Hu-MSFT 3,515 Reputation points Microsoft Vendor
    2024-09-02T08:14:08.58+00:00

    Hi,

    Welcome to the Microsoft Q&A platform!

    To delete the recovery database and stop any associated processes, follow these steps:

    Open the Exchange Management Shell and run the following command to dismount the recovery database:

     Dismount-Database -Identity <RecoveryDatabaseName> 
    

    After dismounting, you can delete the recovery database using the following command:

    Remove-MailboxDatabase -Identity <RecoveryDatabaseName> 
    

    Make sure there are no active recovery processes running. You can check the event logs for any ongoing recovery operations. If the recovery database is dismounted and removed correctly, you should not see any related errors in the Event Viewer.

    Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.