Skip to content

Commit 6020748

Browse files
committed
update2
1 parent 26814bc commit 6020748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/mysql/migrate/migrate-external-mysql-import-cli.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ The following are the steps for using Percona XtraBackup to take a full backup :
6262
**Considerations while taking the Percona XtraBackup:**
6363
* Make sure you run both the backup and prepare step.
6464
* Make sure there are no errors in the backup and prepare step.
65-
* Please keep the backup and prepare step logs for Azure Support required in case of failures.
65+
* Keep the backup and prepare step logs for Azure Support required in case of failures.
6666
* [Create an Azure Blob container](../../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) and get the Shared Access Signature (SAS) Token ([Azure portal](../../ai-services/translator/document-translation/how-to-guides/create-sas-tokens.md?tabs=Containers#create-sas-tokens-in-the-azure-portal) or [Azure CLI](../../storage/blobs/storage-blob-user-delegation-sas-create-cli.md)) for the container. Ensure that you grant Add, Create and Write in the **Permissions** drop-down list. Copy and paste the Blob SAS token and URL values in a secure location. They're only displayed once and can't be retrieved once the window is closed.
6767
* Upload the full backup file at {backup_dir_path} to your Azure Blob storage. Follow steps [here]( ../../storage/common/storage-use-azcopy-blobs-upload.md#upload-a-file).
6868
* For performing an online migration, capture and store the bin-log position of the backup file taken using Percona XtraBackup by running the **cat xtrabackup_info** command and copying the bin_log pos output.
6969

7070
## Limitations
7171

7272
* Source server configuration isn't migrated. You must configure the target Flexible server appropriately.
73-
* Migration for encrypted backups is not supported.
73+
* Migration for encrypted backups isn't supported.
7474
* Users and privileges aren't migrated as part of Azure Database for MySQL Import. You must take a manual dump of users and privileges before initiating Azure Database for MySQL Import to migrate logins post import operation by restoring them on the target Flexible Server.
7575
* user1@localhost can't be migrated as we don't support localhost user creation in Flexible Server.
7676
* High Availability (HA) enabled Flexible Servers are returned as HA disabled servers to increase the speed of migration operation post the import migration. Enable HA for your target Flexible Server post migration.
@@ -146,7 +146,7 @@ sku-name|GP_Gen5_2|Enter the name of the pricing tier and compute configuration
146146
tier | Burstable | Compute tier of the target Azure Database for MySQL Flexible Server. Accepted values: Burstable, GeneralPurpose, MemoryOptimized; Default value: Burstable.
147147
public-access | 0.0.0.0 | Determines the public access for the target Azure Database for MySQL Flexible Server. Enter single or range of IP addresses to be included in the allowed list of IPs. IP address ranges must be dash-separated and not contain any spaces. Specifying 0.0.0.0 allows public access from any resources deployed within Azure to access your server. Setting it to "None" sets the server in public access mode but doesn't create a firewall rule.
148148
vnet | myVnet | Name or ID of a new or existing virtual network. If you want to use a vnet from different resource group or subscription, provide a resource ID. The name must be between 2 to 64 characters. The name must begin with a letter or number, end with a letter, number or underscore, and can contain only letters, numbers, underscores, periods, or hyphens.
149-
subnet | mySubnet | Name or resource ID of a new or existing subnet. If you want to use a subnet from different resource group or subscription, provide resource ID instead of name. Note that the subnet is delegated to flexibleServers. After delegation, this subnet can't be used for any other type of Azure resources.
149+
subnet | mySubnet | Name or resource ID of a new or existing subnet. If you want to use a subnet from different resource group or subscription, provide resource ID instead of name. The subnet is delegated to flexibleServers. After delegation, this subnet can't be used for any other type of Azure resources.
150150
private-dns-zone | myserver.private.contoso.com | The name or ID of new or existing private dns zone. You can use the private dns zone from same resource group, different resource group, or different subscription. If you want to use a zone from different resource group or subscription, provide resource Id. CLI creates a new private dns zone within the same resource group as virtual network if not provided by users.
151151
key | key identifier of testKey | The resource ID of the primary keyvault key for data encryption.
152152
identity | testIdentity | The name or resource ID of the user assigned identity for data encryption.
@@ -161,7 +161,7 @@ iops | 500 | Number of IOPS to be allocated for the target Azure Database for My
161161

162162
## Migrate to Flexible Server with minimal downtime
163163

164-
In order to perform an online migration after completing the initial seeding from backup file using Azure Database for MySQL import, you can configure data-in replication between the source and target by following steps [here](../flexible-server/how-to-data-in-replication.md?tabs=bash%2Ccommand-line). You can use the bin-log position captured while taking the backup file using Percona XtraBackup to set up Bin-log position based replication.
164+
To perform an online migration after completing the initial seeding from backup file using Azure Database for MySQL import, you can configure data-in replication between the source and target by following steps [here](../flexible-server/how-to-data-in-replication.md?tabs=bash%2Ccommand-line). You can use the bin-log position captured while taking the backup file using Percona XtraBackup to set up Bin-log position based replication.
165165

166166
## How long does Azure Database for MySQL Import take to migrate my MySQL instance?
167167

0 commit comments

Comments
 (0)