Skip to content

Commit 2f9fc6c

Browse files
authored
Merge pull request #119165 from JeremyReist2/patch-1
Grammar fixes on how-to-restore-server-portal.md
2 parents 4ffcee4 + 3cba1c9 commit 2f9fc6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/mysql/single-server/how-to-restore-server-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ In the screenshot below it has been increased to 34 days.
4848
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.
4949

5050
## 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.
5252

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.
5454

5555
The following steps restore the sample server to a point-in-time:
5656
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:
6464
:::image type="content" source="./media/how-to-restore-server-portal/3-restore.png" alt-text="Azure Database for MySQL - Restore information":::
6565
- **Restore point**: Select the point-in-time you want to restore to.
6666
- **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.
6969

7070
4. Click **OK** to restore the server to restore to a point-in-time.
7171

@@ -77,7 +77,7 @@ Additionally, after the restore operation finishes, there are two server paramet
7777
* time_zone - This value to set to DEFAULT value **SYSTEM**
7878
* event_scheduler - The event_scheduler is set to **OFF** on the restored server
7979

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)
8181

8282
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.
8383

@@ -90,7 +90,7 @@ If you configured your server for geographically redundant backups, a new server
9090

9191
2. Provide the subscription, resource group, and name of the new server.
9292

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.
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.
9494

9595
:::image type="content" source="./media/how-to-restore-server-portal/3-geo-restore.png" alt-text="Select data source.":::
9696

0 commit comments

Comments
 (0)