Can’t update WordPress with hardened permissions
-
Hello!
On our site we follow the recommendations from this article:
Which means the folders are like this:
sudo chown -R our-user.our-user .
sudo chown -R www-data.www-data wp-content/Since several months ago we noticed we can’t update WordPress anymore (we can update plugins). We have to “open up” permissions now:
sudo chown -R our-user.our-user .
And after updating the site’s WordPress version, then we need to “close” permissions:
sudo chown -R www-data.www-data wp-content/
Is there a way to fix this? Be able to update WordPress while still using hardened permissions?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can’t update WordPress with hardened permissions’ is closed to new replies.