• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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