Configure a Job to Restore Configuration Migration

Configure a job to restore the target Oracle Cloud Applications instance to the state before the configuration set was applied.

This job requires the unique configuration set ID generated by the export configuration job. If you don't know the ID while configuring this job, use a build parameter to accept the configuration set ID at runtime. Don't add this job in the pipeline with the import configuration job, but run this job manually after you've verified all imported configurations on the target Oracle Cloud Applications instance.
  1. In the left navigator, click Builds Builds.
  2. In the Jobs tab, click the export configuration job.
  3. Click Configure.
  4. Click the Steps tab and note the Configuration Set ID field's parameter name.
  5. Click Cancel.
  6. Return to the Jobs tab and click + Create Job.
  7. In the New Job dialog box, in Name, enter a unique name.
  8. In Description, enter the job's description.
  9. In Template, select the System Default OL7 for Visual Builder template.
  10. Click Create.
  11. (Optional) Click Configure Builds.
  12. Click the Parameters tab.
  13. From Add Parameter, select String Parameter.
  14. In Name, enter the Configuration Set ID parameter name you copied in Step 4.
    If you didn’t change the default parameter name, enter CONFIGURATION_SET_ID.
  15. (Optional) In Description, enter the parameter’s description. For example: Enter the configuration ID copied from the CSM Export job’s build log.
  16. Click the Steps tab.
  17. From Add Step, select Configuration Set Migration, and then select Restore Migration.
  18. In Target Instance, select the environment that points to the Oracle Cloud Application's target instance.
  19. In Configuration Set ID, enter the Configuration Set ID parameter name you copied in Step 4 in the $<PARAMETER_NAME> or ${<PARAMETER_NAME>} format. By default, it's set to ${CONFIGURATION_SET_ID}.
    When a build of this job runs, the job gets the unique configuration set ID generated by the export configuration job. If no ID is found, it fails.
  20. In Username and Password, enter the credentials of an IDCS user's credentials who is also an Oracle Cloud Applications user.
  21. Click Save.