Overview
You have been maintaining regular backups of your ListManager Microsoft SQL Server Database by following the steps in the Backup Your Lyris LM SQL Server Database article. Now you need to restore your database from one of those backups and you would like to know how.
Prerequisites
- Administrator access to your Lyris LM SQL Server
Solution
NOTE: Changes that were made to your system from the date of the backup you are restoring to the present will be lost after you complete the restoration process.
- Stop your Lyris LM system, including ListManager, ListManagerWeb, and any Nodes
- Log on to your Microsoft SQL Server as an Administrator
- Using File Explorer, navigate to your SQL Server Data directory,
C:\Program Files\Microsoft SQL Server\MSSQL\Data\
- Rename
ListManager_Data.MDF
toListManager_Data_BAK.OLD
and confirm when prompted - Rename
ListManager_Log.LDF
toListManager_Log_BAK.OLD
and confirm when prompted - Copy the
ListManager_Data.MDF
andListManager_Log.LDF
from your backup location to this folder - Start your Lyris LM system, including ListManager, ListManagerWeb, and any Nodes
Your database is restored from the backup and operates without errors.