Completing a Migration Project

Mark a migration project as complete after migrating it to the target environment and validating the migration assets.

After you mark a migration project as complete, the migration modules are blocked from attempting to discover further changes to the source environment or suggesting new recommendations.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, select the active migration project that you want to mark as complete.
    3. On the Migration project details page, click Mark migration complete.
      Note

      If you want to revert, click Mark migration incomplete.
  • To complete a migration project, use the create command by specifying the --is-completed Boolean optional parameter.

    oci cloud-migrations migration create -compartment-id target_compartment_ID --display-name migration_identifier [--is-completed true|false] [OPTIONS]
    The required parameters for the create command are:
    • --compartment-id: Specifies the OCID of the compartment name.

    • --display-name: Specifies the name of the migration project, which is a migration identifier.

    The optional parameter for the create command that specifies whether you can mark a migration project as complete is:

    --is-completed: (Optional) Specifies whether you can mark a migration as complete.

    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 Command Line Reference.

  • To complete a migration project, use the Migration Reference operation by specifying the iscompleted Boolean optional parameter.