Hello, today I’ve managed a major accomplishment that has been nagging at me for more than a year. On my personal blog, which is powered by WordPress, I have been running an ‘old’ version of WordPress. Most of the core features between these releases were the same, though the backend experienced many upgrades to the user Dashboard allowing one change post titles, categories, tags, and publication statuses much more easily. However, the process of manually updating an old version of WordPress requires several steps and potentially takes several hours. But once you’ve upgraded to a new release, you will never have to go through this tedious process again. That is because newer WP versions care updated automatically with the click of a button! Certainly a great feature to have, and sure beats backing up all your files, MySQL database, and replacing all the files manually. Yet this is what I did today, on a Mac no less. Here are some of the most important tutorials you will need for manually updating WordPress:
Updating WordPress – Excellent tutorial explaining how to manually update your installation.
Before updating you should check the requirements and backup your WordPress installation directories as well as the MySQL database. It is critical to do this step correctly, and verify the backup’s integrity. I backed up the original WordPress installation on my local hard drive as well as making a backup copy of the installation on my server, as well.
Backing Up Your WordPress and MySQL Database
Here is a link to the extended update instructions (which I found unnecessary). In a nutshell, to perform a manual update you will need to:
- Download the latest release here
- Delete the old wp-includes and wp-admin directories, but save your wp-config.php file aside
- Upload the new WordPress wp-includes and wp-admin directories you’ve downloaded from step 1, and replace all files in the root directory of your host
You are basically done!



