Skip to content

Commit 5378c8b

Browse files
committed
Add
1 parent 668cc20 commit 5378c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following are the steps for using Percona XtraBackup to take a full backup:
6767
- [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** dropdown 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.
6868
- 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).
6969
- To perform 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.
70+
- The Azure storage account should be publicly accessible using SAS token. Azure storage account with virtual network configuration are not supported.
7071

7172
## Limitations
7273

0 commit comments

Comments
 (0)