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

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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