Replicating a Migration Asset Manually
Learn how to manually replicate a migration asset in Oracle Cloud Migrations.
Using the Console
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.