Your site is performing updates over FTP due to file ownership.
-
I just moved my site to a new server. Server is Ubuntu 20.04. I’m seeing this error under Site Health:
“Your site is performing updates over FTP due to file ownership.”
Because I had cloned the git repo while logged in as root, everything in /var/www/html was owned by root (user and group). So, I changed the owner to a user with sudo perms:
chown -R myuser:myuser htmlConfirmed file perms are 644, and directory perms are 755, but I’m still getting this error.
Also tried changing user and group to www-data, but no success. Any assistance is appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Your site is performing updates over FTP due to file ownership.’ is closed to new replies.