Starting Migration

To start a migration, send a request XML packet containing the start operational node to the destination Plesk server. You can start migration of either subscription or customer, or reseller account(s) with one start operation.

A request XML packet starting a migration includes the start operation node:

<packet>
<migration>
   <start>
   ...
   </start>
</migration>
</packet>

 

The start node is presented by type MigrationArguments (plesk_migration.xsd), and its graphical representation is as follows:

MigrationArguments

 

Note: With one START operation, you can migrate either reseller or customer or subscription accounts from one Plesk server . However, you can always migrate different customer and subscription accounts located on the same or different Plesk servers with one request packet, just use as many start nodes as you want.

 

Important: When creating request packets, put nodes and elements in the order they follow in the packet structure.

Next in this section:

Starting Reseller Migration

Starting Customer Migration

Starting Subscription Migration

Response Packet Structure

Response Samples