Creating a Replication Schedule for a Migration Project
Create schedules for the migration projects to perform replications for all the associated migration assets.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- Click Replication schedules.
- On the Replication schedules page, click Create replication schedule.
-
On the Create replication schedule panel, provide the
following information:
- Click Create.
You can now add migration assets to the migration project. To create a replication schedule for a migration project, use the
createcommand.oci cloud-migrations replication-schedule create --compartment-id target_compartment_ID --display-name replication_schedule_name --execution-recurrences replication_execution_recurrence [OPTIONS]The required parameters for thecreatecommand are:--compartment-name: Specifies the OCID of the compartment name in which you create the replication schedule.--display-name: Specifies the name for the replication schedule.--execution-recurrences: Specifies the recurrence of the replication schedule execution.The recurrence of the replication schedule execution can be as follows:FREQ=DAILY;BYHOUR=1FREQ=DAILY;BYHOUR=14FREQ=WEEKLY;BYHOUR=17;WKST=MOFREQ=MONTHLY;BYHOUR=17;BYMONTHDAY=22FREQ=YEARLY;BYHOUR=17;BYMONTHDAY=4;BYMONTH=5
To get all the commands for
replication-schedule, run:oci cloud-migrations replication-schedule -hTo get help for the
createcommand, run:oci cloud-migrations replication-schedule create -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a replication schedule for a migration project, use the
CreateReplicationScheduleoperation.