• 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 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: 8
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