Creating a Migration Project with Initial Migration Plan
Create a migration project including an initial migration plan and inventory assets.
Before you choose the migration wizard option, ensure that inventory is populated with assets from the source environment. The wizard enables you to perform the following tasks:
- Create a migration project.
- Configure a replication schedule for the migration project.
- Create migration assets in the migration project.
- Create a migration plan.
Now you can configure migration asset replication schedule for the migration project, if required. To create a migration project, use the
create
command.oci cloud-migrations migration create --compartment-id target_compartment_ID --display-name migration_name [OPTIONS]
The required parameters for thecreate
command are:--compartment-id
: Specifies the OCID of the compartment name.--display-name
: Specifies the name of the migration project.
To get all the commands for
migration
, run:oci cloud-migrations migration -h
To get help for the
create
command, run:oci cloud-migrations migration create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a migration project, use the
CreateMigration
operation.