Nightly snapshot causing SQL Server backups to break in Veritas NetBackup chain

Anonymous
2024-04-01T02:13:44.51+00:00

We are experiencing issues with the backup chain being interrupted by a VM snapshot backup. Our regular SQL backups are sent to NetBackup, and we want to maintain the backup/restore chain within NetBackup without the need to interrupt it with a snapshot VM backup. Disabling the VSS writer service for SQL is not our preferred approach. Any suggestions on how to accomplish this?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LucyChen-MSFT 5,060 Reputation points Microsoft External Staff
    2024-04-02T08:15:12.97+00:00

    Hi @Vanitha Dodla (MINDTREE LIMITED),

    Thanks for your information. Please ensure the registry:

    [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\BCDRAGENT]

    “USEVSSCOPYBACKUP”=”TRUE”

    This registry setting directs VSS to take full backups as copy-only as a part of its snapshots. This enables these VM snapshots to be taken without disrupting the backup chain.

    In addition, the recovery model has been modified may cause this issue, because changing the recovery model of the database to simple mode will also cause the backup chain to be interrupted.

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.