• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

No objects to dump found

S

salvis

Guest
I'm trying to migrate a Plesk 8.6 installation on Suse 10.0 to a Plesk 8.6 installation on Suse 10.3. Because of the OpenSSL issue, I'm attempting manual migration, but I can't seem to extract anything:

# ./PleskX.pl -s
21:04:45 INFO FileFinder: iconv resolved to /usr/bin/iconv
<?xml version="1.0" encoding="UTF-8"?>
<agent-status/>

Is this the expected response?


# ./PleskX.pl -om
18:43:35 INFO FileFinder: pwd resolved to //bin/pwd
18:43:35 INFO ------------------------------------------------------------
18:43:35 INFO FILE storage initialized.
18:43:35 INFO Base directory: /root/.HS/PMM
18:43:35 INFO Gzip bundles: yes
18:43:35 INFO Bundle split size: do not split
18:43:35 INFO ------------------------------------------------------------
18:43:35 INFO ------------------------------------------------------------
18:43:35 INFO Migration status reporting initialized.
18:43:35 INFO Status file: /root/.HS/PMM/dumping-status.xml
18:43:35 INFO ------------------------------------------------------------
18:43:35 INFO New connection: mysql DBI connection. db psa, user admin, host localhost
18:43:35 TRACE SQL: SELECT ip_address, type FROM IP_Addresses
18:43:35 TRACE SQL: SELECT c.login, p.ip_address FROM clients c LEFT JOIN Repository r ON c.pool_id = r.rep_id LEFT JOIN IP_Addresses p ON r.component_id = p.id
18:43:35 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
18:43:35 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
18:43:35 TRACE SQL: SELECT displayName FROM domains WHERE htype = 'none'
18:43:35 TRACE SQL: SELECT d.displayName, c.login FROM clients c LEFT JOIN domains d ON d.cl_id = c.id
No objects to dump found at PleskX.pm line 239.

What is wrong here? Please help...
 
Please run
PleskX.pl -da - to dump all accounts
PleskX.pl -dd=domain1,domain2 - to dump selected domains
PleskX.pl -dc=client1,client2 - to dump selected clients
PleskX.pl -h - to view help

Thanks/
 
Thanks for your reply. In the meantime I've downgraded openssh and I'm working through the Plesk panel now.
 
Back
Top