• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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