• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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