Upgrading WordPress to 2.3.3
Upgrading wordpress to 2.3.3
While i wouldn’t normally bother documenting something like this, i have been getting into the habit of documenting all my steps in my job, so why not here.
Downloaded the tar.gz and uploaded to my webserver.
I checked the wp-admin/upgrade.php page and do not need a DB upgrade.
untared the tarball:
tar -zvx -C $SITE_PATH/web/blog/ -f wordpress-2.3.3.tar.gz
cp -R $SITE_PATH/web/blog/wordpress/* $SITE_PATH/web/blog/
All worked. Genius :). Short post…