• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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