Skip to content

Commit 73d52ac

Browse files
authored
Update sap-hana-database-restore.md
1 parent 4226d17 commit 73d52ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To restore a database, you need the following permissions:
9898
9999
1. If applicable, select the **Overwrite if the DB with the same name already exists on selected HANA instance** checkbox.
100100

101-
1. In **Select restore point**, select **Logs (Point in Time)** to [restore to a specific point in time](#restore-to-a-specific-point-in-time). Or select **Full & Differential** to [restore to a specific recovery point](#restore-to-a-specific-recovery-point).
101+
1. In **Select restore point**, select **Logs (Point in Time)** to [restore to a specific point in time](#restore-to-a-specific-point-in-time). Or select **Full & Differential** to [restore to a specific recovery point](#restore-to-a-specific-recovery-point).
102102

103103
### Restore and overwrite
104104

@@ -108,7 +108,7 @@ To restore a database, you need the following permissions:
108108

109109
1. On the **Select restore point** pane, do either of the following:
110110

111-
* To [restore to a specific point in time](#restore-to-a-specific-point-in-time), select **Logs (Point in Time)**.
111+
* To [restore to a specific point in time](#restore-to-a-specific-point-in-time), select **Logs (Point in Time)**.
112112
* To [restore to a specific recovery point](#restore-to-a-specific-recovery-point), select **Full & Differential**.
113113

114114
### Restore as files
@@ -139,10 +139,10 @@ To restore the backup data as files instead of a database, select **Restore as F
139139
:::image type="content" source="./media/sap-hana-db-restore/hana-select-recovery-point-inline.png" alt-text="Screenshot that shows where to select the restore point." lightbox="./media/sap-hana-db-restore/hana-select-recovery-point-expanded.png":::
140140

141141
1. All the backup files associated with the selected restore point are dumped into the destination path.
142-
1. Depending on the type of restore point you've chosen (**Point&nbsp;in&nbsp;time** or **Full & Differential**), you'll see one or more folders created in the destination path. One of the folders, *Data_\<date and time of restore>* contains the full backups, and the other folder, *Log* contains the log backups and other backups (such as differential and incremental).
142+
1. Depending on the type of restore point you've chosen (**Point in time** or **Full & Differential**), you'll see one or more folders created in the destination path. One of the folders, *Data_\<date and time of restore>* contains the full backups, and the other folder, *Log* contains the log backups and other backups (such as differential and incremental).
143143

144144
>[!Note]
145-
>If you've selected **Restore to a point&nbsp;in&nbsp;time**, the log files, which were dumped to the target VM, might sometimes contain logs beyond the point&nbsp;in&nbsp;time that were chosen for restore. Azure Backup does this to ensure that log backups for all HANA services are available for consistent and successful restore to the chosen point&nbsp;in&nbsp;time.
145+
>If you've selected **Restore to a point in time**, the log files, which were dumped to the target VM, might sometimes contain logs beyond the point in time that were chosen for restore. Azure Backup does this to ensure that log backups for all HANA services are available for consistent and successful restore to the chosen point in time.
146146
147147
1. Move the restored files to the SAP HANA server where you want to restore them as a database, and then do the following:
148148

@@ -176,7 +176,7 @@ To restore the backup data as files instead of a database, select **Restore as F
176176
hdbsql -U AZUREWLBACKUPHANAUSER -d systemDB
177177
```
178178
179-
* To restore to a point&nbsp;in&nbsp;time:
179+
* To restore to a point in time:
180180
181181
If you're creating a new restored database, run the HDBSQL command to create a new database `<DatabaseName>`, and then stop the database for restore by using the command `ALTER SYSTEM STOP DATABASE <db> IMMEDIATE`. However, if you're restoring an existing database only, run the HDBSQL command to stop the database.
182182
@@ -187,7 +187,7 @@ To restore the backup data as files instead of a database, select **Restore as F
187187
```
188188
189189
* `<DatabaseName>`: The name of the new database or existing database that you want to restore.
190-
* `<Timestamp>`: The exact timestamp of the point&nbsp;in&nbsp;time restore.
190+
* `<Timestamp>`: The exact timestamp of the point in time restore.
191191
* `<DatabaseName@HostName>`: The name of the database whose backup is used for restore and the host or SAP HANA server name on which this database resides. The `USING SOURCE <DatabaseName@HostName>` option specifies that the data backup (used for restore) is of a database with a different SID or name than the target SAP HANA machine. It doesn't need to be specified for restores that are done on the same HANA server from where the backup is taken.
192192
* `<PathToGeneratedCatalogInStep3>`: The path to the catalog file that was generated in "step c."
193193
* `<DataFileDir>`: The folder that contains the full backups.
@@ -203,7 +203,7 @@ To restore the backup data as files instead of a database, select **Restore as F
203203
```
204204

205205
* `<DatabaseName>`: The name of the new database or existing database that you want to restore.
206-
* `<Timestamp>`: The exact timestamp of the point&nbsp;in&nbsp;time restore.
206+
* `<Timestamp>`: The exact timestamp of the point in time restore.
207207
* `<DatabaseName@HostName>`: The name of the database whose backup is used for restore and the host or SAP HANA server name on which this database resides. The `USING SOURCE <DatabaseName@HostName>` option specifies that the data backup (used for restore) is of a database with a different SID or name than the target SAP HANA machine. So it doesn't need to be specified for restores that are done on the same HANA server from where the backup is taken.
208208
* `<PathToGeneratedCatalogInStep3>`: The path to the catalog file that was generated in "step c."
209209
* `<DataFileDir>`: The folder that contains the full backups.

0 commit comments

Comments
 (0)