• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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