• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Problem with Migration Manager

T

tnats@

Guest
I'm trying to move from one Plesk box to another. When I connect via Migration Manager, it gives me this error:
22:46:28 INFO Dupming domain status
22:46:28 INFO Dumping domain databases
22:46:28 TRACE SQL: SELECT id FROM data_bases WHERE dom_id=30
22:46:28 TRACE SQL: SELECT name, type FROM data_bases WHERE id=57
22:46:28 TRACE SQL: SELECT host,port,ds.type FROM DatabaseServers as ds, data_bases as db WHERE ds.id = db.db_server_id AND db.id = 57
'undef' value passed to XmlNode::addAttribute for 'type' at XmlNode.pm line 61.

Anyone have any ideas on this?

Thanks,
Tom
 
Hi Tom,

what Plesk version did you try to migrate??? Check this.
 
I thought it might be a version issue, so I upgraded the "source" Plesk to 8.2.1 which is the same version as my "Target".

My "source" is on Debian and my new Plesk server "target" is on CentOS.

Thanks,
Tom
 
Originally posted by tnats
I'm trying to move from one Plesk box to another. When I connect via Migration Manager, it gives me this error:
22:46:28 INFO Dupming domain status
22:46:28 INFO Dumping domain databases
22:46:28 TRACE SQL: SELECT id FROM data_bases WHERE dom_id=30
22:46:28 TRACE SQL: SELECT name, type FROM data_bases WHERE id=57
22:46:28 TRACE SQL: SELECT host,port,ds.type FROM DatabaseServers as ds, data_bases as db WHERE ds.id = db.db_server_id AND db.id = 57
'undef' value passed to XmlNode::addAttribute for 'type' at XmlNode.pm line 61.

Anyone have any ideas on this?

Thanks,
Tom

Did you get this error in Plesk control panel interface on the target server just after the migration manager connects to the source server?
Try executing this "SELECT" MySQL query on source and destination servers.

Also it is useful looking into migration logs on the destination server, I guess they should be in /usr/local/psa/PMM/var.

./anb
 
Back
Top