Skip to main content

Master Database Not Visible on Certain Recovery Points in Microsoft SQL Server Backups

Master Database Not Visible on Certain Recovery Points in Microsoft SQL Server Backups

Overview

When backing up Microsoft SQL Server using Druva, you may notice that the master database does not appear in the recovery point viewer on specific dates.

This behavior is expected. It is caused by native Microsoft SQL Server architectural limitations combined with standard backup scheduling, rather than a Druva application error or backup failure. No data loss has occurred.

Microsoft SQL Server Design Behavior

The master database is a vital system database that records all system-level configuration information for a SQL Server instance (including logins, linked servers, and endpoints).

Because of its critical role in instance initialization, Microsoft design dictates specific backup constraints:

  • Supported: Full Backups

  • Not Supported: Differential Backups

  • Not Supported: Transaction Log Backups

⚠️ Note: These limitations are hardcoded into Microsoft SQL Server and are not restrictions imposed by Druva.

Why the Master Database is Missing from Some Recovery Points

If your Druva backup policy is configured to run a Weekly Full backup alongside daily Incremental or Transaction Log backups:

  1. The master database is only backed up—and therefore only visible—during Full backup recovery points.

  2. Recovery points generated on days utilizing Incremental or Log backups will not display the master database because it cannot legally be included in those backup types.

Example Scenario

Consider a server named SQLSERVER1 on the following schedule:

  • Feb 1 (Full Backup): The master database is visible and available for restore.

  • Feb 2–Feb 6 (Incremental / Log Backups): The master database is not visible.

  • Next Full Backup: The master database becomes visible again.

Conclusion

  • No Action Required: The backup environment is functioning entirely as designed.

  • Data Protection: The master database is safely secured and compliant with Microsoft-supported backup standards.

  • Restoration: You can successfully restore the master database at any time by selecting a recovery point created during a Full backup cycle.

Did this answer your question?