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/mysql/flexible-server/concepts-backup-restore.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
7
7
author: VandhanaMehta
8
8
ms.author: vamehta
9
9
ms.custom: event-tier1-build-2022
10
-
ms.date: 07/26/2022
10
+
ms.date: 07/26/2022
11
11
---
12
12
13
13
# Backup and restore in Azure Database for MySQL - Flexible Server
@@ -84,7 +84,7 @@ The Backup and Restore blade in the Azure portal provides a complete list of the
84
84
In Azure Database for MySQL, performing a restore creates a new server from the original server's backups. There are two types of restore available:
85
85
86
86
- Point-in-time restore: is available with either backup redundancy option and creates a new server in the same region as your original server.
87
-
- Geo-restore: is available only if you configured your server for geo-redundant storage and it allows you to restore your server to the geo-paired region. Geo-restore to other regions is not supported currently.
87
+
- Geo-restore: is available only if you configured your server for geo-redundant storage and it allows you to restore your server to either a geo-paired region or any other azure supported region where flexible server is available. Please note, feature of geo-restore to other regions is currently supported in public preview.
88
88
89
89
The estimated time for the recovery of the server depends on several factors:
90
90
@@ -129,7 +129,7 @@ The estimated time of recovery depends on several factors including the database
129
129
130
130
## Geo-restore
131
131
132
-
You can restore a server to it's [geo-paired region](overview.md#azure-regions) where the service is available if you have configured your server for geo-redundant backups. Geo-restore to other regions is not supported currently.
132
+
You can restore a server to it's [geo-paired region](overview.md#azure-regions) where the service is available if you have configured your server for geo-redundant backups. Geo-restore to other regions is supported currently in public preview.
133
133
134
134
Geo-restore is the default recovery option when your server is unavailable because of an incident in the region where the server is hosted. If a large-scale incident in a region results in unavailability of your database application, you can restore a server from the geo-redundant backups to a server in any other region. Geo-restore utilizes the most recent backup of the server. There is a delay between when a backup is taken and when it is replicated to different region. This delay can be up to an hour, so, if a disaster occurs, there can be up to one hour data loss.
135
135
@@ -222,3 +222,5 @@ The estimated time for the recovery of the server depends on several factors:
222
222
- Learn about [business continuity](./concepts-business-continuity.md)
223
223
- Learn about [zone redundant high availability](./concepts-high-availability.md)
224
224
- Learn about [backup and recovery](./concepts-backup-restore.md)
0 commit comments