• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question migration cpanel to plesk onyx errors

moli

New Pleskian
Hi
I'm using cpanel, but i want migration to plesk onyx.

But I had a problem in the process of migration.

[2017-03-15 16:13:50][ERROR] [xxx.com] Failed to perform an action on subscription 'xxx.com': Failed to copy '/usr/local/apache/domlogs/user2cc29151/' from the source server 'cpanel' (45.32.xx.xxx) to target Plesk server Exception message: Migration tools tried to perform operation in 3 attempts: Command execution failed on the local server with non-zero exit code.
command: su user2cc29151 --shell /bin/sh -c '/usr/bin/rsync -e '"'"'ssh -i /var/www/vhosts/xxx.com/plesk-migrator-key -p 22 -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o GSSAPIAuthentication=no'"'"' --archive [email protected]:/usr/local/apache/domlogs/user2cc29151/ /var/www/vhosts/xxx.com/cpanel_raw_logs/'
exit code: 255
stdout:
stderr: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive).
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.0]

There is no problem with migrating databases and mail,Only when migrating files。

Thank you!
 
Make sure that you have following parameter in /etc/ssh/sshd_config on the source server:

PubkeyAcceptedKeyTypes=+ssh-dss

Also check root home directory with:

# grep root /etc/passwd
 
Make sure that you have following parameter in /etc/ssh/sshd_config on the source server:

PubkeyAcceptedKeyTypes=+ssh-dss

Also check root home directory with:

# grep root /etc/passwd

Thanks, but not yet.

root@cpanel [~]# grep root /etc/passwd
root:x:0:0:root:/root:/bin/bash
operator:x:11:0:eek:perator:/root:/sbin/nologin
root2:x:535:535::/home/root2:/usr/local/cpanel/bin/noshell
 
Could you please provide information about this folder /usr/local/apache/domlogs/user2cc29151/ ? I need information about owner and permissions. Expected something like this: drwxr-x--- root user
 
Back
Top