Updated on 2024-04-19 GMT+08:00

Multiple Incremental Migrations

Scenarios

This section describes how to migrate incremental data multiple times.

The migration process is as follows:

  1. Perform a full migration of source data with OMS.
  2. Migrate incremental data multiple times to reduce data differences between the source and destination buckets.
  3. Stop the services carried by the source bucket and perform the last incremental migration at an appropriate time. After the last incremental migration is complete, configure the services to write data to the destination bucket.

OMS makes API calls to the object storage service on the source platform during the migration. These API calls may generate fees on the source platform and you will be responsible for those fees based on those source platform billing structures.

Prerequisites

  • You have registered a HUAWEI ID and enabled Huawei Cloud services.
  • You have obtained the AK/SK pairs and required permissions for the source and destination platform accounts.
    • The source platform account needs the permissions for:
      • Listing buckets
      • Obtaining bucket locations
      • Listing objects
      • Obtaining object metadata
      • Obtaining object content

      For details about how to obtain these permissions, see Source Permissions.

    • The destination platform account needs the permissions for:
      • Listing buckets
      • Obtaining bucket locations
      • Listing objects
      • Obtaining object metadata
      • Obtaining object content
      • Listing uploaded parts
      • Restoring archive objects

      For details about how to obtain these permissions, see Destination Permissions.

  • You have created at least one bucket on OBS.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select the desired region.
  3. Click Service List. Under Migration, click Object Storage Migration Service.

    The Object Storage Migration Service page is displayed.

  4. Create a migration task or migration task group to migrate the source data.

  5. Stop the services carried by the source bucket and perform the last incremental migration at an appropriate time. After the last incremental migration is complete, configure the services to write data to the destination bucket.

    To migrate incremental data quickly, you can identify incremental objects in advance and migrate these objects by object list using OMS.