• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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