Skip to content

Commit 5a1d931

Browse files
authored
Merge pull request #207677 from v-amallick/Aug-9-2022-HANAnSQL
SQL CRR RPO info updates
2 parents 88c3a5f + cee9c55 commit 5a1d931

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/backup/restore-sql-database-azure-vm.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SQL Server databases on an Azure VM
33
description: This article describes how to restore SQL Server databases that are running on an Azure VM and that are backed up with Azure Backup. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: conceptual
5-
ms.date: 07/15/2021
5+
ms.date: 08/11/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -13,6 +13,9 @@ This article describes how to restore a SQL Server database that's running on an
1313

1414
This article describes how to restore SQL Server databases. For more information, see [Back up SQL Server databases on Azure VMs](backup-azure-sql-database.md).
1515

16+
>[!Note]
17+
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
18+
1619
## Restore to a time or a recovery point
1720

1821
Azure Backup can restore SQL Server databases that are running on Azure VMs as follows:
@@ -145,7 +148,7 @@ For eg., when you have a backup policy of weekly fulls, daily differentials and
145148

146149
#### Excluding backup file types
147150

148-
The **ExtensionSettingOverrides.json** is a JSON (JavaScript Object Notation) file, that contains overrides for multiple settings of the Azure Backup service for SQL. For "Partial Restore as files" operation, a new JSON field ``` RecoveryPointsToBeExcludedForRestoreAsFiles ``` must be added. This field holds a string value that denotes which recovery point types should be excluded in the next restore as files operation.
151+
The **ExtensionSettingOverrides.json** is a JSON (JavaScript Object Notation) file that contains overrides for multiple settings of the Azure Backup service for SQL. For "Partial Restore as files" operation, a new JSON field ` RecoveryPointsToBeExcludedForRestoreAsFiles ` must be added. This field holds a string value that denotes which recovery point types should be excluded in the next restore as files operation.
149152

150153
1. In the target machine where files are to be downloaded, go to "C:\Program Files\Azure Workload Backup\bin" folder
151154
2. Create a new JSON file named "ExtensionSettingOverrides.JSON", if it doesn't already exist.
@@ -214,6 +217,7 @@ The secondary region restore user experience will be similar to the primary regi
214217
>[!NOTE]
215218
>- After the restore is triggered and in the data transfer phase, the restore job can't be cancelled.
216219
>- The role/access level required to perform restore operation in cross-regions are _Backup Operator_ role in the subscription and _Contributor(write)_ access on the source and target virtual machines. To view backup jobs, _ Backup reader_ is the minimum premission required in the subscription.
220+
>- The RPO for the backup data to be available in secondary region is 12 hours. Therefore, when you turn on CRR, the RPO for the secondary region is 12 hours + log frequency duration (that can be set to a minimum of 15 minutes).
217221

218222
### Monitoring secondary region restore jobs
219223

0 commit comments

Comments
 (0)