• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Migration Fails

F

First Hosting

Guest
Hi,

Trying to migrate from Plesk Linux 8.6 to Windows 8.4

Installed migration manager for Windows 8.4

I select the domains then when I get to the IP page I see

Warning: Invalid argument supplied for foreach() in C:\Program Files\Parallels\Plesk\admin\plib\class.IPAddressesList.php on line 98
Notice: Undefined variable: 208.43.77.65 in C:\Program Files\Parallels\Plesk\admin\plib\PMM\MigrationIpMapList.php on line 94
Warning: Invalid argument supplied for foreach() in C:\Program Files\Parallels\Plesk\admin\plib\class.IPAddressesList.php on line 98
Warning: Invalid argument supplied for foreach() in C:\Program Files\Parallels\Plesk\admin\plib\class.IPAddressesList.php on line 98
Warning: Invalid argument supplied for foreach() in C:\Program Files\Parallels\Plesk\admin\plib\class.IPAddressesList.php on line 98
Warning: Invalid argument supplied for foreach() in C:\Program Files\Parallels\Plesk\admin\plib\class.IPAddressesList.php on line 98

Note: If you select a vacant IP address for mapping, it will be added to client's IP pool.
There are no IP addresses assigned to the domains selected for the migration: No IP mapping is needed.

If I then click next (as it appears to be my only option), it says migration complete, but nothing is moved.

Any ideas how to solve?

Many thanks.
 
Looks like possible problem with IP Mapping page.

Please contact to support team!


You also could try run manually (when IP mapping page is appeared)

<PLESK_DIR>/admin/bin/mirgmng.exe --get-ip-map >C:/ipmap.xml

Edit 'C:/ipmap.xml' in notepad and set up destination IP addresses of your target Plesk.
Example:
-----------------------
<?xml version="1.0" encoding="utf-16"?>
<map>
<shared>
<ip>
<source>XXX.XXX.XXX.XXX</source>
<destination>YYY.YYY.YYY.YYY</destination>
</ip>
</shared>
<exclusive/>
</map>
-------------------

<PLESK_DIR>/admin/bin/mirgmng.exe --set-ip-map --map-file=C:/ipmap.xml
<PLESK_DIR>/admin/bin/mirgmng.exe --migrate

See log files for error (<PLESK_DIR>/PMM/logs/)

Thanks.
 
Back
Top