• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

manual migration dump failed

thosmos

New Pleskian
I have Plesk 10.0.1 installed on a Centos 5.5 machine. I'm trying to manually migrate customers to another Plesk 10.0.1 on Centos 5.5 machine.

I followed the instructions from the Plesk 10 manual page called 'Completing Migrations from Linux/Unix Servers' for creating a manual migration dump. Here's the manual page: http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=66141.htm

It failed.

Is there a workaround for this?

Here are my results:

[root@thosmos all]# pwd
/usr/local/psa/PMM/agents/all
[root@thosmos all]# cp -a ../PleskX/* .
[root@thosmos all]# cp -a ../shared/* .
[root@thosmos all]# perl PleskX.pl -dump-all
21:07:05 INFO FileFinder: pwd resolved to /bin/pwd
21:07:05 INFO ------------------------------------------------------------
21:07:05 INFO FILE storage initialized.
21:07:05 INFO Base directory: /usr/local/psa/PMM/agents/all
21:07:05 INFO Gzip bundles: yes
21:07:05 INFO Bundle split size: do not split
21:07:05 INFO ------------------------------------------------------------
21:07:05 INFO ------------------------------------------------------------
21:07:05 INFO Migration status reporting initialized.
21:07:05 INFO Status file: /usr/local/psa/PMM/agents/all/dumping-status.xml
21:07:05 INFO ------------------------------------------------------------
21:07:05 INFO Set backup file name 'backup' (profile 'backup', id='')

21:07:05 INFO Archive content transport has been initialized
21:07:05 INFO Exec: /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/api-cli/product_info.php --get-mode
21:07:05 INFO New connection: mysql DBI connection. db psa, user admin, host localhost
21:07:05 TRACE SQL: SELECT val from misc where param='def_ip_id'
21:07:05 TRACE SQL: SELECT ip_address, id FROM IP_Addresses
21:07:05 TRACE SQL: SELECT c.id, c.login, p.ip_address, c.type, c.parent_id, pl.type, c.guid FROM clients c LEFT JOIN ip_pool pl ON c.pool_id = pl.id LEFT JOIN IP_Addresses p ON pl.ip_address_id = p.id
21:07:05 TRACE SQL: SELECT d.displayName, p.ip_address FROM domains d, IP_Addresses p, hosting h WHERE p.id = h.ip_address_id AND h.dom_id = d.id AND d.webspace_id = 0
21:07:05 TRACE SQL: SELECT d.displayName, p.ip_address FROM domains d, IP_Addresses p, forwarding f WHERE p.id = f.ip_address_id AND f.dom_id = d.id AND d.webspace_id = 0
21:07:05 TRACE SQL: SELECT d.displayName FROM domains d WHERE htype = 'none' AND webspace_id = 0
21:07:05 TRACE SQL: SELECT d.displayName, d.name, c.login, d.id dom_id FROM clients c LEFT JOIN domains d ON d.cl_id = c.id WHERE d.webspace_id = 0
21:07:05 TRACE SQL: SELECT smb_users.login, clients.login FROM smb_users, clients WHERE smb_users.ownerId = clients.id
21:07:05 TRACE SQL: SELECT smb_roles.id, clients.login FROM smb_roles, clients WHERE smb_roles.ownerId = clients.id
21:07:05 TRACE SQL: SELECT val FROM misc WHERE param = 'power_user_panel'
No objects to dump found at PleskX.pm line 562.
[root@thosmos all]#
 
The resolution to this problem is as follows:

chmod u+x PleskX.pl
./PleskX.pl --dump-all

(-dump-all is incorrect in manual)
 
Back
Top