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/azure-backup-architecture-for-sap-hana-backup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ In the following sections you'll learn about different SAP HANA setups and their
100
100
101
101
:::image type="content" source="./media/azure-backup-architecture-for-sap-hana-backup/azure-network-with-udr-and-nva-or-azure-firewall-and-private-endpoint-or-service-endpoint.png" alt-text="Diagram showing the SAP HANA setup if Azure network with UDR + NVA / Azure Firewall + Private Endpoint or Service Endpoint.":::
102
102
103
-
### Backup architecture for database with HANA System Replication (preview)
103
+
### Backup architecture for database with HANA System Replication
104
104
105
105
The backup service resides in both the physical nodes of the HSR setup. Once you confirm that these nodes are in a replication group (using the [pre-registration script](sap-hana-database-with-hana-system-replication-backup.md#run-the-preregistration-script)), Azure Backup groups the nodes logically, and creates a single backup item during protection configuration.
106
106
@@ -146,5 +146,5 @@ This section provides you with an understanding about the backup process of an H
146
146
147
147
- Learn about the supported configurations and scenarios in the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md).
148
148
- Learn about how to [backup SAP HANA databases in Azure VMs](backup-azure-sap-hana-database.md).
149
-
- Learn about how to [backup SAP HANA System Replication databases in Azure VMs (preview)](sap-hana-database-with-hana-system-replication-backup.md).
149
+
- Learn about how to [backup SAP HANA System Replication databases in Azure VMs](sap-hana-database-with-hana-system-replication-backup.md).
150
150
- Learn about how to [backup SAP HANA databases' snapshot instances in Azure VMs (preview)](sap-hana-database-instances-backup.md).
Copy file name to clipboardExpand all lines: articles/backup/sap-hana-database-about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ You can use [an Azure VM backup](backup-azure-vms-introduction.md) to back up th
75
75
76
76
1. Restore the database into the VM from the [Azure SAP HANA database backup](sap-hana-db-restore.md#restore-to-a-point-in-time-or-to-a-recovery-point) to your intended point in time.
77
77
78
-
## Back up a HANA system with replication enabled (preview)
78
+
## Back up a HANA system with replication enabled
79
79
80
80
Azure Backup now supports backing up databases that have HSR enabled. This means that backups are managed automatically when a failover occurs, which eliminates the necessity for manual intervention. Backup also offers immediate protection with no remedial full backups, so you can protect HANA instances or HSR setup nodes as a single HSR container.
Copy file name to clipboardExpand all lines: articles/backup/sap-hana-database-restore.md
+13-3Lines changed: 13 additions & 3 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, you'll learn 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: how-to
5
-
ms.date: 06/20/2023
5
+
ms.date: 07/14/2023
6
6
ms.service: backup
7
7
ms.custom: ignite-2022
8
8
author: jyothisuri
@@ -13,11 +13,11 @@ ms.author: jsuri
13
13
14
14
This article describes how to restore SAP HANA databases that are running on Azure virtual machines (VMs) and that the Azure Backup service has backed up to a Recovery Services vault. You can use the restored data to create copies for development and test scenarios or to return to a previous state.
15
15
16
-
Azure Backup now supports backup and restore of SAP HANA System Replication (HSR) instance (preview).
16
+
Azure Backup now supports backup and restore of SAP HANA System Replication (HSR) instance.
17
17
18
18
>[!Note]
19
19
>- The restore process for HANA databases with HSR is the same as the restore process for HANA databases without HSR. As per SAP advisories, you can restore databases with HSR mode as *standalone* databases. If the target system has the HSR mode enabled, first disable the mode, and then restore the database.
20
-
>- Original Location Recovery (OLR) is currently not supported for HSR.
20
+
>- Original Location Recovery (OLR) is currently not supported for HSR. Select **Alternate location** restore, and then select the source VM as your *Host* from the list.
21
21
>- Restore to HSR instance isn't supported. However, restore only to HANA instance is supported.
22
22
23
23
For information about the supported configurations and scenarios, see the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md).
@@ -85,6 +85,16 @@ To restore a database, you need the following permissions:
85
85
86
86
:::image type="content" source="./media/sap-hana-db-restore/hana-restore-configuration.png" alt-text="Screenshot that shows where to restore the configuration.":::
87
87
88
+
>[!Note]
89
+
>During restore (applicable to Virtual IP/ Load balancer frontend IP scenario only), if you’re trying to restore a backup to target node after changing the HSR mode as standalone or breaking HSR before restore as recommended by SAP and, ensure that Load Balancer is pointed to the target node.
90
+
>
91
+
>**Example scenarios**:
92
+
>
93
+
>- If you’re using *hdbuserstore set SYSTEMKEY localhost* in your preregistration script, there will be no issues during restore.
94
+
>- If your *hdbuserstore set `SYSTEMKEY <load balancer host/ip>` in your preregistration script and you’re trying to restore the backup to target node, ensure that the load balancer is pointed to the target node that needs to be restored.
95
+
>
96
+
>
97
+
88
98
### Restore to an alternate location
89
99
90
100
1. On the **Restore** pane, under **Where and how to Restore?**, select **Alternate Location**.
Copy file name to clipboardExpand all lines: articles/backup/sap-hana-database-with-hana-system-replication-backup.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,11 @@ To discover the HSR database, follow these steps:
120
120
121
121
To view the details about all the databases of each discovered VM, select **View details** under the **Step 1: Discover DBs in VMs section**.
122
122
123
+
>[!Note]
124
+
>During discovery or configuration of backup on the secondary node, ignore the status if the **Backup Readiness** state appears **Not Ready** as this is an expected state for the secondary node on HSR.
125
+
>
126
+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/backup-readiness-state.png" alt-text="Screenshot shows the different backup readiness state." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/backup-readiness-state.png":::
127
+
123
128
## Configure backup
124
129
125
130
To enable the backup, follow these steps:
@@ -235,14 +240,15 @@ You can run an on-demand backup using SAP HANA native clients to local file-syst
235
240
236
241
## Possible scenarios to protect HSR nodes on Azure Backup
237
242
243
+
238
244
You can now switch the protection of SAP HANA database on Azure VM (standalone) on Azure Backup to HSR. If you’ve already configured HSR and protecting only the primary node using Azure Backup, you can modify the configuration to protect both primary and secondary nodes.
239
245
240
246
### Two standalone/HSR nodes never protected using SAP HANA Database backup on Azure VM
241
247
242
248
1. (Mandatory) [Run the latest preregistration script on both primary and secondary VM nodes](#run-the-preregistration-script).
243
249
244
250
>[!Note]
245
-
>HSR-based attributes are added to the latest preregistration script - //link here )
251
+
>HSR-based attributes are added to the latest preregistration script -
246
252
247
253
1. Configure HSR manually or using any clustering tools, such as **pacemaker**,
248
254
@@ -274,5 +280,5 @@ You can now switch the protection of SAP HANA database on Azure VM (standalone)
274
280
275
281
## Next steps
276
282
277
-
-[Restore SAP HANA System Replication databases on Azure VMs (preview)](sap-hana-database-restore.md)
278
-
-[About backing up SAP HANA System Replication databases on Azure VMs (preview)](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled-preview)
283
+
-[Restore SAP HANA System Replication databases on Azure VMs](sap-hana-database-restore.md)
284
+
-[About backing up SAP HANA System Replication databases on Azure VMs](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled)
Copy file name to clipboardExpand all lines: articles/backup/whats-new.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,13 @@ Azure Backup now supports backup of HANA database with HANA System Replication.
68
68
69
69
This eliminates the need of manual intervention to continue backups on the new primary node during a failover. With the elimination of the need to trigger full backups for every failover, you can save costs and reduce time for continue protection.
70
70
71
-
For more information, see [Back up a HANA system with replication enabled](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled-preview).
71
+
For more information, see [Back up a HANA system with replication enabled](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled).
72
72
73
73
## Cross Region Restore for PostgreSQL (preview)
74
74
75
75
Azure Backup allows you to replicate your backups to an additional Azure paired region by using Geo-redundant Storage (GRS) to protect your backups from regional outages. When you enable the backups with GRS, the backups in the secondary region become accessible only when Microsoft declares an outage in the primary region.
76
76
77
-
For more information, see [Cross Region Restore support for PostgreSQL using Azure Backup (preview)](backup-vault-overview.md#cross-region-restore-support-for-postgresql-using-azure-backup-preview).
77
+
For more information, see [Cross Region Restore support for PostgreSQL using Azure Backup](backup-vault-overview.md#cross-region-restore-support-for-postgresql-using-azure-backup-preview).
78
78
79
79
## Microsoft Azure Backup Server v4 is now generally available
80
80
@@ -161,7 +161,7 @@ Azure Backup now supports backup of HANA database with HANA System Replication.
161
161
162
162
This eliminates the need of manual intervention to continue backups on the new primary node during a failover. With the elimination of the need to trigger full backups for every failover, you can save costs and reduce time for continue protection.
163
163
164
-
For more information, see [Back up a HANA system with replication enabled (preview)](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled-preview).
164
+
For more information, see [Back up a HANA system with replication enabled (preview)](sap-hana-database-about.md#back-up-a-hana-system-with-replication-enabled).
165
165
166
166
## Built-in Azure Monitor alerting for Azure Backup is now generally available
0 commit comments