• 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.

Plesk migrator unable to copy database content

Ivo

Basic Pleskian
Hello everyone

I've using plesk 12.5 on debian jessie 8.3.

We have tried to transfer website via plesk migrator from plesk 11.5.

Everything works fine except database. He just creates empty database w0 any tables.

Transfer log gives me this error.


error: Failed to copy content of database blabla_db'
| Migration tools tried to perform operation in 3 attempts: Command scp -i -P -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o GSSAPIAuthentication=no : with arguments {'source_dump_tmpname': '/tmp/panel_migrator/db-dumps/blabla_db.sql', 'src_server_ip': '11.11.11.11', 'target_dump_tmpname': '/usr/local/psa/var/modules/panel-migrator/sessions/20160209083527/target-server/db-dumps/blabla_sql.sql', 'port': 1111, 'keyfile': u'/opt/psa/admin/.ssh/id_dsa.OurtNB5N'} failed with exit code 1
| stdout:
| stderr: scp: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

I have tried to install libz.so.1 however I get response that this packet is installed and working.

I even tried using scp with same options as up and i get same error message (stderr: scp: error while loading shared libraries, etc...)..


Any idea what might be the issue here and how to fix it?
 
Have you tried fix it with

# apt-get install zlib1g:i386
 
Hello

I tried your solution and it installed zlib1g:i386 however I get same error.
 
Back
Top