• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer

GitopsCentral

  • Home
  • Courses
  • Roadmap
  • About
  • Log In
  • Sign Up

How to solve wordpress update failed error

June 24, 2018 by shaik zillani

wordpress wide

WordPress update failed

Update failure in wordpress happens due to permission issues. If wordpress gives you the error, “Update failed due to permissions” while updating, it means that the user, “www-data“, (which the wordpress GUI uses) don’t have enough permissions to the installed directory. So, let’s assign permissions for this user to the /var/www directory.


sudo chown -R www-data:www-data /var/www

sudo chmod -R 774 /var/www

directory permissions

 

Now, verify the permissions,


ls -lah /var

Hopefully, this will solve the update failed problem. Please let me know in the comments section below.

wordpress update,  wordpress

Primary Sidebar

en English
ar Arabiczh-CN Chinese (Simplified)nl Dutchen Englishfr Frenchde Germanhi Hindiid Indonesianit Italianja Japanesems Malaypt Portugueseru Russianes Spanishte Telugu

Course Tags

concurrency free go golang

Recent Posts

  • Roadmap to Mastery
  • Increase SSH connection timeout
  • Check Certificate expiry in Kubernetes
  • space invaders in golang
  • creating kubernetes cluster using eksctl
  • Facebook
  • GitHub
  • YouTube

Contact

Navigation

  • goacademy pro

Footer

  • Facebook
  • GitHub
  • Instagram
  • LinkedIn
  • Twitter

info@gitopscentral.com


+91 8341443220

© Copyright 2016-2024 gitopscentral · All Rights Reserved ·