Skip to content

Commit 4798059

Browse files
authored
Merge pull request #109378 from ajlam/master
Update restore mysql mariadb
2 parents a2e6d1e + 1a529a2 commit 4798059

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

articles/mariadb/concepts-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 3/20/2020
8+
ms.date: 3/27/2020
99
---
1010

1111
# Backup and restore in Azure Database for MariaDB
@@ -70,7 +70,7 @@ During geo-restore, the server configurations that can be changed include comput
7070
After a restore from either recovery mechanism, you should perform the following tasks to get your users and applications back up and running:
7171

7272
- If the new server is meant to replace the original server, redirect clients and client applications to the new server
73-
- Ensure appropriate server-level firewall rules are in place for users to connect
73+
- Ensure appropriate VNet rules are in place for users to connect. These rules are not copied over from the original server.
7474
- Ensure appropriate logins and database level permissions are in place
7575
- Configure alerts, as appropriate
7676

articles/mariadb/howto-restore-server-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: conceptual
9-
ms.date: 3/18/2020
9+
ms.date: 3/27/2020
1010
---
1111
# How to back up and restore a server in Azure Database for MariaDB using the Azure CLI
1212

@@ -76,7 +76,7 @@ The location and pricing tier values for the restored server remain the same as
7676

7777
After the restore process finishes, locate the new server and verify that the data is restored as expected. The new server has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
7878

79-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
79+
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.
8080

8181
## Geo restore
8282

@@ -117,7 +117,7 @@ When creating a new server by a geo restore, it inherits the same storage size a
117117

118118
After the restore process finishes, locate the new server and verify that the data is restored as expected. The new server has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
119119

120-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
120+
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.
121121

122122
## Next steps
123123

articles/mariadb/howto-restore-server-portal.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 3/18/2020
8+
ms.date: 3/27/2020
99
---
1010

1111
# How to backup and restore a server in Azure Database for MariaDB using the Azure portal
@@ -71,7 +71,7 @@ The following steps restore the sample server to a point-in-time:
7171

7272
The new server created by point-in-time restore has the same server admin login name and password that was valid for the existing server at the point-in-time chose. You can change the password from the new server's **Overview** page.
7373

74-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
74+
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.
7575

7676
## Geo restore
7777

@@ -92,8 +92,7 @@ If you configured your server for geographically redundant backups, a new server
9292

9393
The new server created by geo restore has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
9494

95-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
96-
95+
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.
9796

9897
## Next steps
9998
- Learn more about the service's [backups](concepts-backup.md)

articles/mysql/concepts-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/24/2020
8+
ms.date: 3/27/2020
99
---
1010

1111
# Backup and restore in Azure Database for MySQL
@@ -70,7 +70,7 @@ During geo-restore, the server configurations that can be changed include comput
7070
After a restore from either recovery mechanism, you should perform the following tasks to get your users and applications back up and running:
7171

7272
- If the new server is meant to replace the original server, redirect clients and client applications to the new server
73-
- Ensure appropriate server-level firewall rules are in place for users to connect
73+
- Ensure appropriate VNet rules are in place for users to connect. These rules are not copied over from the original server.
7474
- Ensure appropriate logins and database level permissions are in place
7575
- Configure alerts, as appropriate
7676

articles/mysql/howto-restore-server-cli.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mysql
77
ms.devlang: azurecli
88
ms.topic: conceptual
9-
ms.date: 3/18/2020
9+
ms.date: 3/27/2020
1010
---
1111
# How to back up and restore a server in Azure Database for MySQL using the Azure CLI
1212

@@ -18,8 +18,6 @@ To complete this how-to guide, you need:
1818

1919
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2020

21-
22-
2321
> [!IMPORTANT]
2422
> This how-to guide requires that you use Azure CLI version 2.0 or later. To confirm the version, at the Azure CLI command prompt, enter `az --version`. To install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
2523
@@ -75,7 +73,7 @@ The location and pricing tier values for the restored server remain the same as
7573

7674
After the restore process finishes, locate the new server and verify that the data is restored as expected. The new server has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
7775

78-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
76+
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.
7977

8078
## Geo restore
8179
If you configured your server for geographically redundant backups, a new server can be created from the backup of that existing server. This new server can be created in any region that Azure Database for MySQL is available.
@@ -114,7 +112,7 @@ When creating a new server by a geo restore, it inherits the same storage size a
114112

115113
After the restore process finishes, locate the new server and verify that the data is restored as expected. The new server has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
116114

117-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
115+
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.
118116

119117
## Next steps
120118
- Learn more about the service's [backups](concepts-backup.md)

articles/mysql/howto-restore-server-portal.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/18/2020
8+
ms.date: 3/27/2020
99
---
1010

1111
# How to backup and restore a server in Azure Database for MySQL using the Azure portal
@@ -68,7 +68,7 @@ The following steps restore the sample server to a point-in-time:
6868

6969
The new server created by point-in-time restore has the same server admin login name and password that was valid for the existing server at the point-in-time chose. You can change the password from the new server's **Overview** page.
7070

71-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
71+
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.
7272

7373
## Geo restore
7474
If you configured your server for geographically redundant backups, a new server can be created from the backup of that existing server. This new server can be created in any region that Azure Database for MySQL is available.
@@ -88,9 +88,7 @@ If you configured your server for geographically redundant backups, a new server
8888

8989
The new server created by geo restore has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's **Overview** page.
9090

91-
The new server created during a restore does not have the firewall rules or VNet service endpoints that existed on the original server. These rules need to be set up separately for this new server.
92-
93-
91+
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.
9492

9593
## Next steps
9694
- Learn more about the service's [backups](concepts-backup.md)

0 commit comments

Comments
 (0)