I recently upgraded to NPM 10.4.2 from 10.4. Now I am receiving notifications that "SAM Database Maintenance Is Overdue". The "Help Me Fix This" link says to:
Creating a Database Maintenance Plan
Using Database Manager, you can create a database maintenance plan that will automatically compact and backup the database on a scheduled basis. As a security and information integrity issue, it is very important to regularly back-up your databases. Database Manager allows you to do this easily, using the following steps.
Note: SQL Server Agent must be running to execute database maintenance.
To create a database maintenance plan:
1. Click Start > All Programs > SolarWinds > Advanced Features > Database Manager.
2. If the SQL Server hosting your SolarWinds database is not listed in the left pane, you must add the SQL Server hosting your SolarWinds database. For more information, see “Adding a Server”.
3. Click [+] in the left pane to expand the SQL Server hosting your SolarWinds database, and then click your SolarWinds database.
Note: SolarWinds Orion is the default name of the SolarWinds database.
4. Click Database > Database Backup Schedule.
However, I have no such "Database" option in Database Manager. All I have is "Add a server" (which I have done). I set up the backup using the standard SQL methods (using their maintenance plan to make a backup), and that is working; I see the BAK file created when I scheduled it. But how can I do the rest of the maintenance - compacting, removing data older than data retention policies allow, etc?
Seems like the documentation isn't matching the latest version of Database Manager.