All Products
Search
Document Center

Data Online Migration:Migrate data

Last Updated:Aug 07, 2024

This topic describes the usage notes of and procedure for data migration from Elastic Compute Service (ECS) to Object Storage Service (OSS).

Usage notes

When you migrate data by using Data Online Migration, take note of the following items:

  • Data Online Migration accesses the source data address by using the public interfaces provided by the storage service provider of the source data address. The access behavior depends on the interface implementation of the storage service provider.

  • When Data Online Migration is used for migration, it consumes resources at the source and the destination data addresses. This may interrupt your business. To ensure business continuity, we recommend that you enable throttling for your migration tasks or run the migration tasks during off-peak hours after careful assessment.

  • Before a migration task starts, Data Online Migration checks the files at the source and the destination data addresses. If a file at the source data address and a file at the destination data address have the same name, and the File Overwrite Method parameter of the migration task is set to Yes, the file at the destination data address is overwritten during migration. If the two files contain different information and the file at the destination data address needs to be retained, we recommend that you change the name of one file or back up the file at the destination data address.

  • The LastModified property of the source file is retained after the file is migrated to the destination bucket. If a lifecycle rule is configured for the destination bucket and takes effect, the migrated file whose last modification time is within the specified time period of the lifecycle rule may be deleted or archived in specific storage types.

Step 1: Create a source data address

  1. Log on to the Data Online Migration console as the Resource Access Management (RAM) user that you created.

  2. In the left-side navigation pane, choose Data Online Migration > Data Address. On the page that appears, click Create Data Address.

  3. In the Create Data Address panel, configure the parameters and click OK. The following table describes the parameters.

    Parameter

    Required

    Description

    Data Type

    Yes

    The type of the source data address. Select NAS.

    Data Name

    Yes

    The name of the source data address. The name must be 3 to 63 characters in length. The name cannot contain special characters, except for hyphens (-) and underscores (_).

    Data Region

    Yes

    The region in which the ECS instance resides.

    NAS Type

    Yes

    The type of the source NAS file system. Select Others.

    VPC

    Yes

    The virtual private cloud (VPC) in which the ECS instance resides.

    Switches

    Yes

    The vSwitch to which the ECS instance is connected.

    NAS Address

    Yes

    The private IP address of the ECS instance.

    Connection Method

    Yes

    The protocol type for the shared files.

    Sub Folder

    Yes

    The subdirectory in which the data to be migrated is stored.

    Connection Password

    No

    Specifies whether a password is required to access the shared folder.

    • No Password: No username and password are required to access the shared folder.

    • Use Password: A username and password are required to access the shared folder. You must enter a valid username and password.

    Note

    If you use an ECS instance that runs Windows, you must enter a username and a password. If you use an ECS instance that runs Linux, this parameter is optional.

    Note

    For information about the status of a data address, see the View the status of a data address section of this topic.

Step 2: Create a destination data address

  1. In the left-side navigation pane, choose Data Online Migration > Data Address. On the page that appears, click Create Data Address.

  2. In the Create Data Address panel, configure the parameters and click OK. The following table describes the parameters.

    Parameter

    Required

    Description

    Data Type

    Yes

    The type of the destination data address. Select OSS.

    Data Name

    Yes

    The name of the source data address. The name must be 3 to 63 characters in length. The name cannot contain special characters except for hyphens (-) and underscores (_).

    Data Region

    Yes

    The region in which the destination data address resides.

    Enable Transfer Acceleration

    No

    If you want to use Data Online Migration together with the transfer acceleration feature of Object Storage Service (OSS), enable the transfer acceleration feature for buckets. The transfer acceleration feature takes effect within 30 minutes after it is enabled. After you enable the feature, wait for 30 minutes before you create a migration job.

    Important

    If you use the transfer acceleration feature to access your OSS buckets, you are charged additional transfer acceleration fees. For more information, see Transfer acceleration.

    OSS Endpoint

    Yes

    The endpoint of the destination data address. Select an endpoint based on the region in which the destination data address resides. For more information, see Regions and endpoints.

    AccessKey Id

    Yes

    The AccessKey pair of the RAM user that is used to write data to the destination data address. The AccessKey pair is used by OSS to check whether the RAM user has the permissions to write data to the destination data address.

    AccessKey Secret

    Yes

    OSS Bucket

    Yes

    The OSS bucket to which the data is migrated.

    OSS Prefix

    No

    The prefix of the destination data address.

    • If you specify a prefix, the source data is migrated to the specified directory. The value cannot start with a forward slash (/) and must end with a forward slash (/). Example: data/to/oss/.

    • If you do not specify a prefix, the source data is migrated to the root directory of the destination bucket.

Step 3: Create a migration task

  1. In the left-side navigation pane, choose Data Online Migration > Migration Jobs. On the page that appears, click Create Job.

  2. In the Create Job panel, read the terms of the migration service and select I agree to the above terms and activate the Data Transport service. Then, click Next.

  3. In the Fee Reminder message, click Yes, Go Ahead.

  4. In the Job Config step, configure the parameters and click Next. The following table describes the parameters.

    Parameter

    Required

    Description

    Job Name

    Yes

    The name of the source data address. The name must be 3 to 63 characters in length. The name cannot contain special characters except for hyphens (-) and underscores (_).

    Source Data Address

    Yes

    The source data address that you created.

    Destination Data Address

    Yes

    The destination data address that you created.

    Specified Directory

    No

    The directories in which the files and subdirectories are migrated or not migrated. Valid values:

    • Do not filter: migrates all data from the source data address.

    • Exclude: does not migrate the files or subdirectories in the specified directories.

      For example, you want to migrate all the directories in the root_dir/ directory except root_dir/bad_sub1/ and root_dir/bad_sub2/. In this case, you can select this method and specify bad_sub1/ and bad_sub2/.

    • Contain: migrates only the files and subdirectories in the specified directories.

      For example, you want to migrate only root_dir/good_sub1/ and root_dir/good_sub2/ in the root_dir/ directory. In this case, you can select this method and specify good_sub1/ and good_sub2/.

    Note
    • A directory name can contain only digits and letters. If you use special characters, the migration job may fail.

    • A directory name cannot start with a forward slash (/) or a backslash (\), and cannot contain double forward slashes (//), double periods (..), or double quotation marks ("). The character string that consists of all the specified directory names cannot exceed 10 KB in length.

    • A directory name must end with a forward slash (/). For example, you can specify docs/ as the directory name.

    • You can specify up to 20 directories of the Exclude or Contain type.

    Migration Type

    Yes

    The data migration mode. Valid values:

    • Full: The system migrates all data from the source data address to the destination data address. You must configure the Start Time Point of File parameter. The system migrates all data whose last modification time is later than the specified time. After all data is migrated, the migration job ends.

      If you change the data at the source data address after the migration job is complete, you can submit another job to migrate all data. In this case, the system migrates only the changed data.

    • Incremental: The system runs a migration job based on the values that you specified for the Migration Interval and Migration Times parameters.

      • You must configure the Start Time Point of File parameter. During the first migration, the system migrates all data whose last modification time is later than the specified time. After the first migration is complete, incremental migration is performed based on the value that you specified for the Migration Interval parameter. For each incremental migration, the system migrates only the data that is created or modified after the previous migration starts and before the current migration starts.

      • If you set the Migration Times parameter to N, full migration is performed once and then incremental migration is performed (N - 1) times.

        For example, the current time is 08:00, March 10, 2019 and you set the Migration Interval parameter to 1, the Migration Times parameter to 5, and the Start Time Point of File parameter to 08:00, March 5, 2019. When the first migration starts, the system migrates all files whose last modification time is between 08:00, March 5, 2019 and 08:00, March 10, 2019. In this example, the first migration requires one hour to complete and the second migration starts at 10:00, March 10, 2019. The duration from 08:00 to 10:00 consists of one hour for the first migration process and one hour for the migration interval. During the second migration, the system migrates the files whose last modification time is between 08:00, March 10, 2019 and 10:00, March 10, 2019. The migration job consists of one full migration and four incremental migrations.

    Important

    Before full or incremental migration starts, the system compares the files at the source data address with the files at the destination data address. If a source file has the same name as a destination file, the destination file is overwritten when one of the following conditions is met:

    • The Content-Type values of the files at the source data address and the destination data address are different.

    • The last modification time of the file at the source data address is later than that of the file at the destination data address.

    • The size of the file at the source data address is different from that of the file at the destination data address.

    Start Time Point of File

    Yes

    The time to filter data to be migrated. The system migrates the data that is created or modified after the specified time. Valid values:

    • All: migrates all files.

    • Assign: migrates only the files that are created or modified after the specified time.

      For example, if you set the time to 08:00:00, November 1, 2018, only the files that are created or modified after 08:00:00, November 1, 2018 are migrated.

    Migration Interval

    This parameter is required if you set the Migration Type parameter to Incremental.

    The default value is 1, and the maximum value is 24. Unit: hours.

    Migration Times

    This parameter is required if you set the Migration Type parameter to Incremental.

    The default value is 1, and the maximum value is 30.

    File Overwrite Method

    Yes

    The method that is used to process the file at the source data address whose name is the same as that of a file at the destination data address. Valid values:

    • LastModified: If a source file has the same name as a destination file, the system compares the last modified time indicated by the LastModified property of the files.

      • If the last modification time of the file at the source data address is later than that of the file at the destination data address, the file at the source data address is migrated and the file at the destination data address is overwritten.

      • If the last modification time of the file at the source data address is earlier than that of the file at the destination data address, the file at the source data address is not migrated and the file at the destination data address is retained.

      • If the two files have the same last modification time, the system checks the values of the Size and Content-Type properties of the files.

        If the two files have the same Size and Content-Type values, the file at the source data address is not migrated. If the two files have different values of at least one property, the file at the source data address is migrated and the file at the destination data address is overwritten.

    • Condition: If a source file has the same name as a destination file, the system compares the values of the LastModified, Size, and Content-Type properties of the files.

      • If all property values of the two files are the same, the file at the source data address is not migrated.

      • If the two files have different values of at least one property, the file at the source data address is migrated and the file at the destination data address is overwritten.

    • All: If a source file has the same name as a destination file, the system performs no comparison and directly overwrites the destination file with the source file.

    • No: If a source file has the same name as a destination file, the system performs no comparison and directly skips the source file in the migration.

      Warning
      • If you select Condition or LastModified, earlier files may overwrite later files.

      • If you select Condition or LastModified, make sure that the source files have LastModified, Size, and Content-Type values. Otherwise, the overwrite policy may become ineffective and data is not migrated as expected.

  5. In the Data Prediction section of the Performance step, configure the Data Size and File Count parameters.

    Note

    To ensure a successful migration job, we recommend that you estimate the volume of data that you want to migrate as accurately as possible. For more information, see the Estimate the amount of data that you want to migrate section of the "Preparations" topic.

  6. Optional. In the Flow Control section of the Performance step, configure the Time Range and Max Flow(MB/s) parameters and click Add.

    Note

    To ensure business continuity, we recommend that you configure the Time Range and Max Flow(MB/s) parameters based on the workload peaks and troughs.

  7. Click Create and wait until the migration job is complete.

Step 4: Verify data

Data Online Migration solely handles the migration of data and does not ensure data consistency or integrity. After a migration task is complete, you must review all the migrated data and verify the data consistency between the source and destination data addresses.

Warning

Make sure that you verify the migrated data at the destination data address after a migration task is complete. If you delete the data at the source data address before you verify the migrated data at the destination data address, you are liable for the losses and consequences caused by any data loss.

View the status of a data address

After you create a data address for an ECS instance, the data address enters one of the following states:

  • Normal: The data address is created.

  • Creating: The data address is being created. The system requires approximately 3 minutes to create the first NAS data address. If the data address remains in the Creating state for an extended period of time, you can click Refresh in the upper-right corner to check the most recent state of the data address.

  • Invalid: An exception has occurred in the process of creating the address. Verify the configuration information and check whether Data Online Migration can access the shared files of the ECS instance. If the exception persists, submit a ticket.