Request Samples (Linux/Unix)

This packet starts migration (with the required options only) of the reseller account with login name "john_doe". After the migration is completed, there will be reseller account in destination Plesk, with empty IP pool and no subscriptions and customers registered for this reseller.

<packet version="1.6.0.2">
<migration>
<start>
   <host>192.0.2.36</host>
   <login>admin</login>
   <password>Lkejd8UU</password>
   <destination-host-directory/>

   <selected-objects>
      <migrate-resellers>
         <reseller>
            <name>john_doe</name>
         </reseller>
      </migrate-resellers>
   </selected-objects>

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

This packet starts migration of reseller accounts with login names "jimmy_jones" and "john_james" and Web site hosting data of their subscriptions example.com and sample.net, correspondingly.

<packet version="1.6.3.0">
<migration>
<start>
   <host>192.0.2.36</host>
   <login>admin</login>
   <password>LKL00jdhTT</password>
   <destination-host-directory>/tmp</destination-host-directory>

   <only-hosting/>

   <selected-objects>
      <migrate-resellers>
         <reseller>
            <name>jimmy_jones</name>
            <webspace>
               <name>example.com</name>
            </webspace>
         </reseller>

         <reseller>
            <name>john_james</name>
            <webspace>
               <name>sample.net</name>
            </webspace>
         </reseller>

      </migrate-resellers>
   </selected-objects>
</start>
</migration>
</packet>