• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Plek migrator| Migration tools tried to perform operation in 3 attempts: Command execution failed on

Arno

New Pleskian
Hi,

I get the following message when I want to migrate my DA sites to Plesk

Failed to copy '/home/domein' from the source server 'directadmin' (13.70.1.11) to target Plesk server
Migration tools tried to perform operation in 3 attempts: Command execution failed on the local server with non-zero exit code.
command: su domein --shell /bin/sh -c '/usr/bin/rsync -e '"'"'ssh -i /var/www/vhosts/domein.nl/plesk-migrator-key -p 22 -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o GSSAPIAuthentication=no'"'"' --recursive --links --times --devices --specials --chmod=Fu=rw,Fgo=r,Du=rwx,Dgo=rx --exclude='"'"'/.*'"'"' --exclude=/Maildir --exclude=/imap [email protected]:/home/domein/ /var/www/vhosts/domein.nl/'
exit code: 23
stdout:

Please... any help is appreciated.


Arno
 
Rsync's exit code: 23 means 'Partial transfer due to error'.
This error can occur if there are no permissions to some file.

In a few strings below in the error message we can see which exact file was not copied.
Example:
Code:
Attempt #1 failed with the following error:
Command execution failed on the local server with non-zero exit code.
command: su szorin --shell /bin/sh -c '/usr/bin/rsync -e '"'"'ssh -i /var/www/vhosts/szorin.tld/plesk-migrator-key -p 22 -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o GSSAPIAuthentication=no'"'"' --recursive --links --times --devices --specials --chmod=Fu=rw,Fgo=r,Du=rwx,Dgo=rx --exclude='"'"'/.*'"'"' --exclude=/Maildir --exclude=/imap [email protected]:/home/szorin/ /var/www/vhosts/szorin.tld/'
exit code: 23
stdout:
stderr: Warning: Permanently added '188.166.78.187' (RSA) to the list of known hosts.
rsync: send_files failed to open "/home/szorin/domains/szorin.tld/public_html/phpinfo.php": Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
To resolve this issue, please correct access rights to affected file. File should be available for reading for home directory's owner.
 
Back
Top