• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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