In case you’re impatient like me and one (or more) of your blogs isn’t seeing the new version of WordPress you can try this in your database. Using something like phpMyAdmin, load the wp_options table and browse for the field update_core
. Once you edit it, you’ll see something along these lines in there:
O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"https://www.ads-software.com/download/";s:7:"package";s:40:"https://www.ads-software.com/wordpress-2.7.1.zip";s:7:"current";s:5:"2.7.1";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1234333712;s:15:"version_checked";s:3:"2.7";}
Look carefully at the part right after “last_checked”;i:1234333712;s. That seems to be the integer that stores the time that wordpress last checked for a new version. Try changing 1234333712 to something like 1134333712. A reload of your dashboard should immediately show the new version for upgrading.
Of course, if you mess that up, add a digit or otherwise mess up that long string, I have no idea what might happen to your blog. Proceed with caution but it worked first time for me.
-Rob