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

Issue Plesk Migration From cPanel Issue

Prateek Kalra

New Pleskian
Hello,

I am having issue while migrating from cPanel to plesk

Error is
Failed to perform action: Fetch data from source cPanel
Cause: Error creating migration dump: Command execution failed on the source server 'cpanel' () with non-zero exit code.
command: cd /root/plesk_migrator/plesk_migrator-25jc1j6xowegz2pt7u77nl1n0bttlqb9/pmm_agent; /usr/bin/perl createDump.pl --dump-all --configuration-only --server -v 5 > dump.log 2>&1
exit code: 255
stdout:
stderr: stdin: is not a tty

That is a critical error, migration was stopped.

Please advice
 
Perl installation is corrupted on cPanel server.
For fixing this issue:
  1. Connect to the cPanel server via SSH.

  2. Remove cPanel perl:

    # mv -v /usr/bin/perl{,.broken}
    # mv -v /usr/local/bin/perl{,.broken}

  3. Remove perl from /etc/yum.conf exlude list.

  4. Reinstall perl:

    # yum reinstall perl-*

  5. Install JSON extension if needed:

    # yum install perl-JSON

  6. Restart migration for cPanel
 
I got a similar error, but I follow your steps and I get the same critical error :(

ilO129h.png


Thanks!
 
Perl installation is corrupted on cPanel server.
For fixing this issue:
  1. Connect to the cPanel server via SSH.

  2. Remove cPanel perl:

    # mv -v /usr/bin/perl{,.broken}
    # mv -v /usr/local/bin/perl{,.broken}

  3. Remove perl from /etc/yum.conf exlude list.

  4. Reinstall perl:

    # yum reinstall perl-*

  5. Install JSON extension if needed:

    # yum install perl-JSON

  6. Restart migration for cPanel

If this doesn´t work, there is any other option?

Thanks!
 
Back
Top