Skip to content

Commit cd7e235

Browse files
authored
Merge pull request #207674 from v-amallick/Aug-9-2022-HANAnSQL
HANA CRR RPO info updates
2 parents 8e455dc + 8d8a0d8 commit cd7e235

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/backup/sap-hana-db-restore.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SAP HANA databases on Azure VMs
33
description: In this article, discover how to restore SAP HANA databases that are running on Azure Virtual Machines. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: conceptual
5-
ms.date: 07/15/2022
5+
ms.date: 08/11/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -14,6 +14,9 @@ This article describes how to restore SAP HANA databases running on an Azure Vir
1414

1515
For more information, on how to back up SAP HANA databases, see [Back up SAP HANA databases on Azure VMs](./backup-azure-sap-hana-database.md).
1616

17+
>[!Note]
18+
>See the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md) to know more about the supported configurations and scenarios.
19+
1720
## Restore to a point in time or to a recovery point
1821

1922
Azure Backup can restore SAP HANA databases that are running on Azure VMs as follows:
@@ -243,7 +246,7 @@ For eg., when you have a backup policy of weekly fulls, daily differentials and
243246
244247
#### Excluding backup file types
245248
246-
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.
249+
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.
247250
248251
1. In the target machine where files are to be downloaded, go to "opt/msawb/bin" folder
249252
2. Create a new JSON file named "ExtensionSettingOverrides.JSON", if it doesn't already exist.
@@ -339,6 +342,7 @@ The secondary region restore user experience will be similar to the primary regi
339342
>[!NOTE]
340343
>* After the restore is triggered and in the data transfer phase, the restore job can't be cancelled.
341344
>* 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.
345+
>* 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).
342346

343347
### Monitoring secondary region restore jobs
344348

0 commit comments

Comments
 (0)