Replicating a Migration Asset Manually

Learn how to manually replicate a migration asset in Oracle Cloud Migrations.

Using the Console

To manually replicate a migration asset associated with a migration project, perform the following steps:
  1. From the Oracle Cloud Console, open the navigation menu and click Migration. Under Migration, click Cloud Migrations, and then click Migrations.
  2. Click the active migration project name link that has the migration assets that you can replicate.
    You are redirected to the Migration project details page.
  3. Under Resources, click Migration assets.
  4. Click the active migration asset that you want to replicate.
    You are redirected to the Migration asset details page.
  5. Click Replicate.
You can now mark the migration project as complete after validating all migration assets.

Using the CLI

To start replication for a migration asset, use the start-replication command.

oci cloud-migrations migration-asset start_replication --migration-asset-id [OPTIONS]migration_asset_ID

The required parameter for the start-replication command is:

--migration-asset-id: Specifies the unique identifier of a migration asset.

To get all the commands for migration-asset, run:

oci cloud-migrations migration-asset -h

To get help for the start-replication command, run:

oci cloud-migrations migration-asset start-replication -h

For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

Using the API

To perform manual replication of a migration asset, use the StartAssetReplication operation.