• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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