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/single-server/how-to-restore-server-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ In the screenshot below it has been increased to 34 days.
48
48
The backup retention period governs how far back in time a point-in-time restore can be retrieved, since it's based on backups available. Point-in-time restore is described further in the following section.
49
49
50
50
## Point-in-time restore
51
-
Azure Database for MySQL allows you to restore the server back to a point-in-time and into to a new copy of the server. You can use this new server to recover your data, or have your client applications point to this new server.
51
+
Azure Database for MySQL allows you to restore the server back to a point-in-time and into a new copy of the server. You can use this new server to recover your data, or have your client applications point to this new server.
52
52
53
-
For example, if a table was accidentally dropped at noon today, you could restore to the time just before noon and retrieve the missing table and data from that new copy of the server. Point-in-time restore is at the server level, not at the database level.
53
+
For example, if a table was accidentally dropped at noon today, you could restore it to the time just before noon and retrieve the missing table and data from that new copy of the server. Point-in-time restore is at the server level, not at the database level.
54
54
55
55
The following steps restore the sample server to a point-in-time:
56
56
1. In the Azure portal, select your Azure Database for MySQL server.
@@ -64,8 +64,8 @@ The following steps restore the sample server to a point-in-time:
64
64
:::image type="content" source="./media/how-to-restore-server-portal/3-restore.png" alt-text="Azure Database for MySQL - Restore information":::
65
65
-**Restore point**: Select the point-in-time you want to restore to.
66
66
-**Target server**: Provide a name for the new server.
67
-
-**Location**: You cannot select the region. By default it is same as the source server.
68
-
-**Pricing tier**: You cannot change these parameters when doing a point-in-time restore. It is same as the source server.
67
+
-**Location**: You cannot select the region. By default, it is the same as the source server.
68
+
-**Pricing tier**: You cannot change these parameters when doing a point-in-time restore. It is the same as the source server.
69
69
70
70
4. Click **OK** to restore the server to restore to a point-in-time.
71
71
@@ -77,7 +77,7 @@ Additionally, after the restore operation finishes, there are two server paramet
77
77
* time_zone - This value to set to DEFAULT value **SYSTEM**
78
78
* event_scheduler - The event_scheduler is set to **OFF** on the restored server
79
79
80
-
You will need to copy over the value from teh primary server and set it on the restored server by reconfiguring the [server parameter](how-to-server-parameters.md)
80
+
You will need to copy over the value from the primary server and set it on the restored server by reconfiguring the [server parameter](how-to-server-parameters.md)
81
81
82
82
The new server created during a restore does not have the VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server. Firewall rules from the original server are restored.
83
83
@@ -90,7 +90,7 @@ If you configured your server for geographically redundant backups, a new server
90
90
91
91
2. Provide the subscription, resource group, and name of the new server.
92
92
93
-
3. Select **Backup** as the **Data source**. This action loads a dropdown that provides a list of servers that have georedundant backups enabled.
93
+
3. Select **Backup** as the **Data source**. This action loads a dropdown that provides a list of servers that have geo-redundant backups enabled.
94
94
95
95
:::image type="content" source="./media/how-to-restore-server-portal/3-geo-restore.png" alt-text="Select data source.":::
0 commit comments