You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a bit of a late answer. Maybe it will help others. If you're overwriting files in the destination folder, make sure you have write access to those files. Change the permissions on those files to whatever user is running the deploy script.
Hi there,
My scripts has been chugging along for many months working fine, then one day I get this:
rsync: mkstemp "/var/www/html/.VERSION.nzw5lG" failed: Permission denied (13)
rsync: mkstemp "/var/www/html/.wp-login.php.En1Bkc" failed: Permission denied (13)
rsync: mkstemp "/var/www/html/.wp-settings.php.J29bjI" failed: Permission denied (13)
rsync: mkstemp "/var/www/html/.wp-signup.php.ioJNhe" failed: Permission denied (13)
On about 4 files. Permissions/user haven't changed as far as I know. Any ideas?
Cheers!
The text was updated successfully, but these errors were encountered: