Skip to content

Commit a9ffb8e

Browse files
authored
Merge pull request #115812 from dcurwin/saphana-dst
SAP HANA DST support
2 parents 922687e + a21e5a8 commit a9ffb8e

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

articles/backup/backup-azure-sap-hana-database.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ A backup policy defines when backups are taken, and how long they're retained.
126126
* A policy is created at the vault level.
127127
* Multiple vaults can use the same backup policy, but you must apply the backup policy to each vault.
128128

129+
>[!NOTE]
130+
>Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up a SAP HANA database running in an Azure VM.
131+
>
132+
>Modify the policy manually as needed.
133+
129134
Specify the policy settings as follows:
130135

131136
1. In **Policy name**, enter a name for the new policy.

articles/backup/sap-hana-backup-support-matrix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
3131

3232
------
3333

34+
>[!NOTE]
35+
>Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up a SAP HANA database running in an Azure VM.
36+
>
37+
>Modify the policy manually as needed.
38+
39+
3440
> [!NOTE]
3541
> You can now [monitor the backup and restore](https://docs.microsoft.com/azure/backup/sap-hana-db-manage#monitor-manual-backup-jobs-in-the-portal) (to the same machine) jobs triggered from HANA native clients (SAP HANA Studio/ Cockpit/ DBA Cockpit) in the Azure portal.
3642

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ Make sure you do the following before configuring backups:
2424
* Allow connectivity from the VM to the internet, so that it can reach Azure, as described in the [set up network connectivity](#set-up-network-connectivity) procedure below.
2525
* A key should exist in the **hdbuserstore** that fulfills the following criteria:
2626
* It should be present in the default **hdbuserstore**
27-
* For MDC, the key should point to the SQL port of **NAMESERVER**. In the case of SDC it should point to the SQL port of **INDEXSERVER**
27+
* For MDC, the key should point to the SQL port of **NAMESERVER**. In the case of SDC, it should point to the SQL port of **INDEXSERVER**
2828
* It should have credentials to add and delete users
2929
* Run the SAP HANA backup configuration script (pre-registration script) in the virtual machine where HANA is installed, as the root user. [This script](https://aka.ms/scriptforpermsonhana) gets the HANA system ready for backup. Refer to the [What the pre-registration script does](#what-the-pre-registration-script-does) section to understand more about the pre-registration script.
3030

31+
>[!NOTE]
32+
>Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up a SAP HANA database running in an Azure VM.
33+
>
34+
>Modify the policy manually as needed.
35+
3136
## Set up network connectivity
3237

3338
For all operations, the SAP HANA VM requires connectivity to Azure public IP addresses. VM operations (database discovery, configure backups, schedule backups, restore recovery points, and so on) fail without connectivity to Azure public IP addresses.

articles/backup/tutorial-sap-hana-backup-cli.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ e0f15dae-7cac-4475-a833-f52c50e5b6c3 ConfigureBackup Completed hxe 2
137137

138138
The [az backup job list](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-list) cmdlet lists out all the backup jobs (scheduled or on-demand) that have run or are currently running on the protected database, in addition to other operations like register, configure backup, delete backup data etc.
139139

140+
>[!NOTE]
141+
>Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up a SAP HANA database running in an Azure VM.
142+
>
143+
>Modify the policy manually as needed.
144+
140145
## Trigger an on-demand backup
141146

142147
While the above section details how to configure a scheduled backup, this section talks about triggering an on-demand backup. To do this, we use the [az backup protection backup-now](https://docs.microsoft.com/cli/azure/backup/protection#az-backup-protection-backup-now) cmdlet.

0 commit comments

Comments
 (0)