• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Issue Plesk to Cpanel Migration Error again

bashaclick

New Pleskian
I have issue
it was working fine when i tried to Migration from cpanel to plesk
but then it's stop
I stop firewall from the source
i am sure i am using the root

but still same issue

this is error and i attach screenshot

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

That is a critical error, migration was stopped.
 

Attachments

  • Screen Shot 2022-04-18 at 1.03.01 PM.png
    Screen Shot 2022-04-18 at 1.03.01 PM.png
    922.7 KB · Views: 9
Could you please try to find additional related information (error messages, etc) in the log file /usr/local/psa/var/modules/panel-migrator/sessions/<session_id>/pmm-agent.<date>/configuration-dump.log on the target server?
 
here the log

[10806]: 2022-04-19 15:36:42 DEBUG Domain 'evento-kw.com' is dumped

[10806]: 2022-04-19 15:36:42 DEBUG Domain 'everestfoodstuff.com' is started

[10806]: 2022-04-19 15:36:42 ERROR 0c30cf55-faff-47a0-85aa-927efa4f184d Error: file '/var/cpanel/accts.db' is not a text file

Can't use string ("") as a subroutine ref while "strict refs" in use at Dumper.pm line 788.

at Dumper.pm line 788.

Dumper::getIp('everestfoodstuff.com', 'HASH(0x34c4e90)') called at Dumper.pm line 737

Dumper::makeAccountNode('everestfoodstuff', undef, undef, 'shallow_mode') called at Transformer.pm line 103

Transformer::initialize() called at Transformer.pm line 148

Transformer::getDomains('beatk') called at Agent.pm line 111

Agent::getDomains('beatk') called at Dumper.pm line 2153
 
Error: file '/var/cpanel/accts.db' is not a text file
Plese check that this file doewsn't exists:

# ls -l /var/cpanel/accts.db
ls: cannot access /var/cpanel/accts.db: No such file or directory

If so, create this file with

# touch /var/cpanel/accts.db

and repeat migration.
 
Back
Top