I always forget the set of command line stuff I need to do when new version of WP is out. And always waste time figuring out what to do and which switches tar and cp needs. So, this is a reminder for the future.
wget http://wordpress.org/latest.tar.gz gzip -d latest.tar.gz tar -xvf latest.tar cp -r wordpress/* SITE/wpa
That should do it. Now off to upgrade rest of the blogs.
Note that wpa in the SITE/wpa above is my wordpress folder. Replace that with correct path for your installation.





2.6 Thanks ;)