Preparing Your Database
In the event of a disaster, detailed transaction logs are useful when restoring your database. You can control the level of detail that your logs record.
The installation of Ivanti Endpoint Security sets your database to a recovery model of Simple. To use Transaction Logs, and thus increase the quality of your disaster recovery solution, you should change the recovery model to Full.
Changing the Database Recovery Model
Modify the database recovery model to record more robust details about the events leading to a disaster.
Database recovery model edits take place in the SQL Server Management Studio.
- Open the Microsoft SQL Server Management Studio.
- Log into your database server.
- In the directory tree, expand Server Name\SQL Instance > Databases.
- Right-click the PLUS database.
- Select Properties.
The Database Properties window opens.
- In the Select a Page pane, click Options.
The Options page opens. - In the Recovery model list, select Full.
A full database backup backs up the whole database. This includes part of the transaction log so that full database backup can be recovered.
- Click OK.
The changes are saved and the Database Properties window closes. - Repeat the recovery model modification process for the following databases:
- Subscription features available in Microsoft SQL Server Reporting Services can be implemented in Ivanti Enterprise Reporting. By default, the database names are ReportServer and ReportServerTempDB.
- Data protection capabilities in is enhanced with a full disk encryption add-on from Sophos. The installation of results in a Safeguard database.
Database Name |
Product |
---|---|
STAT_Guardian |
Ivanti Endpoint Security |
UPCCommon |
Ivanti Endpoint Security |
UPCExtended |
Ivanti Endpoint Security |
PLUS_Reports |
Ivanti Enterprise Reporting Client |
ERS |
Ivanti Enterprise Reporting |
ERS_Staging |
Ivanti Enterprise Reporting |
ReportServer(1) |
Microsoft SQL Server Reporting Services |
ReportServerTempDB(1) |
Microsoft SQL Server Reporting Services |
SafeGuard(2) |
powered by Sophos® |
|
After Completing This Task:
You must create a backup of each database before any Transaction logs will be created.
Refer to Creating a Database Backup to create a one-time backup of your database.