• 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

Resolved Plesk to Cpanel Migration Error

Vankero

New Pleskian
Can you help!! :confused:

Failed to perform action: Fetch shallow data from source cPanel
Cause: Error creating migration shallow dump: Command execution failed on the source server 'cpanel' () with non-zero exit code.
command: cd ./plesk_migration/plesk_migrator-amvjaxilgbhm0onhpnyjriwekf9ggon3/pmm_agent; /usr/bin/perl createDump.pl --shallow-dump --configuration-only --server -v 5 > shallow_dump.log 2>&1
exit code: 2
stdout:
stderr:
That is a critical error, migration was stopped.
 
Last edited:
Migration started not from root user.
Please start the migration procedure from root user.
 
Hello,

We we are connecting from a plesk root user to a cpanel root user, however we are getting the following error:

Failed to perform action: Fetch shallow data from source cPanel
Cause: Error creating migration shallow dump: Command execution failed on the source server 'cpanel' (167.86.70.77) with non-zero exit code.
command: cd /root/plesk_migrator/plesk_migrator-i53ozg8lodic4wx6lsdl64zq430ic1hj/pmm_agent; /usr/bin/perl createDump.pl --shallow-dump --configuration-only --server -v 5 > shallow_dump.log 2>&1
exit code: 2
stdout:
stderr:
That is a critical error, migration was stopped.

Please advise.

Thanks and Best Regards,
Santosh
 
We we are connecting from a plesk root user to a cpanel root user, however we are getting the following error:
Make sure that you have following error in /usr/local/psa/var/modules/panel-migrator/sessions/<sessionID>/pmm-agent.<datetime>/shallow-dump.log:

ERROR ffefcf51-a507-4e61-8bfb-ad4fcd7aaeaf Error: file '/etc/quota.conf' is not a text file
Can't use string ("") as a subroutine ref while "strict refs" in use at Dumper.pm line 555

In this case, just create missing file on cPanel server:

# touch /etc/quota.conf
 
Back
Top