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/sql-database/sql-database-managed-instance-point-in-time-restore.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,12 @@ Use point-in-time restore (PITR) to create a database as a copy of another datab
18
18
19
19
Point-in-time restore is useful in recovery scenarios, such as incidents caused by errors, incorrectly loaded data, or deletion of crucial data. You can also use it simply for testing or auditing. Backup files are kept for 7 to 35 days, depending on your database settings.
20
20
21
-
Point-in-time restore can:
21
+
Point-in-time restore can restore a database:
22
22
23
-
- Restore a database from an existing database.
24
-
- Restore a database from a deleted database.
23
+
- from an existing database.
24
+
- from a deleted database.
25
+
- to the same managed instance, or to another managed instance.
25
26
26
-
For a managed instance, point-in-time restore can also:
27
-
28
-
- Restore a database to the same managed instance.
29
-
- Restore a database to another managed instance.
30
27
31
28
> [!NOTE]
32
29
> Point-in-time restore of a whole managed instance is not possible. This article explains only what's possible: point-in-time restore of a database that's hosted on a managed instance.
0 commit comments