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
#Once database is created, backup service will automaticly take log backups every 5 minutes. We are waiting 450s to ensure backups are taken to which we can restore.
223
223
Wait-Seconds450
224
224
225
225
# restore managed database to the same instance
@@ -279,7 +279,7 @@ function Test-RestoreDeletedManagedDatabase
#Once database is created, backup service will automatically take log backups every 5 minutes. We are waiting 450s to ensure backups are taken to which we can restore.
The first command gets the deleted instance databases named 'DB1' on Instance 'managedInstance1'
141
+
The second command restores the the fetched database, from the specified point-in-time backup to the instance database named Database01_restored using input object.
0 commit comments