Last updated Feb 17, 2021

Deprecation notice for the existing migration model retrieving migration details with containers

From 17 April 2021, the app migration platform will no longer support the existing migration model of retrieving details of migrations with containers (space and project keys).

Existing behavior

Currently, you can retrieve details of migrations with containers (space, project and site) in the following ways:

  • For the server app:
    Implement the onStartAppMigration method to either of the following app migration listeners:

    • AppCloudMigrationListener::onStartAppMigration, OR
    • CloudMigrationListener::onStartAppMigration
  • For the cloud app:

    • Make the following request: GET /migration/
    • Use the LISTENER_TRIGGERED and APP_DATA_UPLOADED events payload

Replacement

In order to retrieve migration details, you will need to use the new migration model EnrichedMigrationDetailsDtoV1 without the containers and creator fields.

Reason for change

This change will bring in better performance and improved scaling for the app migration platform.

Rate this page: