• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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