MSSQL: Backup for tempdb and offline databases

Hi,

I’ve deployed the mssql plugin to our sql cluster and since the update to 2.0.0 it detects missing backups:

image
The tempdb cannot be backed up and the check should not create a service for these two.

The following two databases are offline and the backup should be ignored for these too
image
image

1 Like

The backup checks for the tempdb you should configure as ignored services.
Inside the mssql.vbs script it only takes the backup status of all DB’s. You can extend this query if you want to filter these objects already at the output creation.
Later the check don’t know anything that the database is offline or cannot have a backup.

1 Like