You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/sap-hana-db-restore.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Restore SAP HANA databases on Azure VMs
3
3
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.
4
4
ms.topic: conceptual
5
-
ms.date: 07/15/2022
5
+
ms.date: 08/11/2022
6
6
author: v-amallick
7
7
ms.service: backup
8
8
ms.author: v-amallick
@@ -14,6 +14,9 @@ This article describes how to restore SAP HANA databases running on an Azure Vir
14
14
15
15
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).
16
16
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
+
17
20
## Restore to a point in time or to a recovery point
18
21
19
22
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
243
246
244
247
#### Excluding backup file types
245
248
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.
247
250
248
251
1. In the target machine where files are to be downloaded, go to "opt/msawb/bin" folder
249
252
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
339
342
>[!NOTE]
340
343
>* After the restore is triggered and in the data transfer phase, the restore job can't be cancelled.
341
344
>* 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 forthe backup data to be availablein 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).
0 commit comments