Rate this page:
This page talks about how you can re-run your app migration. You may want to re-run an app migration in the following scenarios:
The above scenarios are only a few examples, and is not limited to, why you may need to re-run app migration.
After you have run a migration plan in your assistant (like selecting a cloud instance and entities to migrate),
re-run the app migration using the following URL: rest/migration/latest/app-migration/rerun/<planId>
.
This operation can be repeated multiple times as required.
Replace planId
with your own unique planID. You can find your planId
in the URL when you view the plan details.
See an example for Confluence
The following is an example of a URL where the planId
is e508b1f0-364d-4a0f-8c66-198ac67b2a2b
.
1 2curl -u admin:admin -X GET "http://localhost:1990/confluence/rest/migration/latest/app-migration/rerun/e508b1f0-364d-4a0f-8c66-198ac67b2a2b"
This method offers the following advantages:
Note:
rest/migration/latest/app-migration/rerun/<planId>
endpoint simply creates new transfers and invokes all the local listeners each time a migration is re-run.Rate this page: