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-database-restore.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ To restore a database, you need the following permissions:
98
98
99
99
1. If applicable, select the **Overwrite if the DB with the same name already exists on selected HANA instance** checkbox.
100
100
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).
102
102
103
103
### Restore and overwrite
104
104
@@ -108,7 +108,7 @@ To restore a database, you need the following permissions:
108
108
109
109
1. On the **Select restore point** pane, do either of the following:
110
110
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)**.
112
112
* To [restore to a specific recovery point](#restore-to-a-specific-recovery-point), select **Full & Differential**.
113
113
114
114
### Restore as files
@@ -139,10 +139,10 @@ To restore the backup data as files instead of a database, select **Restore as F
139
139
:::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":::
140
140
141
141
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 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).
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).
143
143
144
144
>[!Note]
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.
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.
146
146
147
147
1. Move the restored files to the SAP HANA server where you want to restore them as a database, and then do the following:
148
148
@@ -176,7 +176,7 @@ To restore the backup data as files instead of a database, select **Restore as F
176
176
hdbsql -U AZUREWLBACKUPHANAUSER -d systemDB
177
177
```
178
178
179
-
* To restore to a point in time:
179
+
* To restore to a point in time:
180
180
181
181
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.
182
182
@@ -187,7 +187,7 @@ To restore the backup data as files instead of a database, select **Restore as F
187
187
```
188
188
189
189
* `<DatabaseName>`: The name of the new database or existing database that you want to restore.
190
-
* `<Timestamp>`: The exact timestamp of the point in time restore.
190
+
* `<Timestamp>`: The exact timestamp of the point in time restore.
191
191
* `<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.
192
192
*`<PathToGeneratedCatalogInStep3>`: The path to the catalog file that was generated in"step c."
193
193
*`<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
203
203
```
204
204
205
205
*`<DatabaseName>`: The name of the new database or existing database that you want to restore.
206
-
*`<Timestamp>`: The exact timestamp of the point in time restore.
206
+
*`<Timestamp>`: The exact timestamp of the pointintime restore.
207
207
*`<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.
208
208
* `<PathToGeneratedCatalogInStep3>`: The path to the catalog file that was generated in "step c."
209
209
* `<DataFileDir>`: The folder that contains the full backups.
0 commit comments