Mon 31 Dec 2007
Wordpress version 2.3.2 released - do you need help with upgrading ?
Posted by FunDa under download , free , internetThe latest wordpress update was out 2 days back, and I just finished updating.
If you need help in upgrading your version of wordpress, it is available at the wordpress.org official site.
Anyway, you just deactivate all plugins ( to be safe) , replace the old files with the new files, and then run the upgrade.php file
Here is the help from the wordpress site
Three Step Upgrade
These are the short instructions, if you want more check out the extended upgrade instructions.
For these instructions, it is assumed that your blog’s URL is
http://example.com/wordpress/. Note that during the upgrade process access to your blog may not work for your visitors. You may consider a plugin like Maintenance Mode.Step 0: Before You Get Started
- Just in case something goes wrong, make sure you have a backup. WordPress_Backups is a comprehensive guide.
- Deactivate your plugins. A plugin might not be compatible with the new version, so it’s nice to check for new versions of them and deactivate any that may cause problems. You can reactivate plugins one-by-one after the upgrade.
Step 1: Replace WordPress files
- Get the latest WordPress. Either download and extract it to your computer or download it directly to the server.
- Copy the new files to your server, overwriting old files. You may use FTP or shell commands to do so.
NOTE The
wp-contentfolder requires special handling, as do thepluginsandthemesfolders. You must copy over the contents of these folders, not the entire folder. Copying the entire folder overwrites all your customizations and added content.Also take care to preserve the wp-config.php file in the root directory, as it contains your database sign-in information. Do note though that usually this will not be a problem since in a new installation the config file will be named wp-config-sample.php.
Step 2: Upgrade your installation
- Visit the upgrade page. It will be at a URL like
http://example.com/wordpress/wp-admin/upgrade.php. This updates your database to be compatible with the latest code, and before you do this your blog might look funny.Step 3: Do something nice for yourself
If you have caching enabled, your changes will appear to users more immediately if you clear the cache at this point (and if you don’t, you may get confused when you see the old version number in page footers when you check to see if the upgrade worked).
Your WordPress installation is successfully upgraded. That’s as simple as we can make it without Updating WordPress Using Subversion.
Consider rewarding yourself with a blog post about the upgrade, reading that book or article you’ve been putting off, or simply sitting back for a few moments and let the world pass you by.
Troubleshooting
If anything has gone wrong the first thing to do is go through all the steps in our extended upgrade instructions. That page also has information about some of the most common problems we see.