How to update WordPress
![]()
This is a more reliable way to update WordPress than using the auto update tool, which in many cases won’t work. I have been using this method and never had an issue.
- Backup your wordpress files and database. Personally I ftp down the whole “Httpdocs” file and then backup the database using PHPAdmin.
- Download the WordPress update patch and unzip it.
- Deactivate your plugins in WordPress
- Delete your current wp-include” and wp-admin directories
- Upload the new wp-include and wp-admin folders
- Edit the new wp-config-sample.php to reflect your current user name, password and database name. Then rename it wp-config.php (see your current wp-config.php file). Do not upload yet.
- Delete all the current root files then upload all the new ones including the edited new wp-config.php
- The content of the new wp-content folder now needs uploading, carry this out individually so as not to accidentally write over your current theme and plugin folders.
- Browse to your web site and follow the instructions to update the database
- Activate your plugins one at a time checking they work as you go.
- That’s it all done