04.04.08
Posted in Wordpress at 9:46 am by levelzero
Yet another wordpress update, this time to a new version ..
Wordpress 2.5 got released earlier this week and it’s got quite a few nice new features, like a new admin interface, concurrent post protection and an updated version of the visual editor (TinyMCE).
Updating was again quite simple, since I’m using subversion. All I had to do was type the following:
svn sw http://svn.automattic.com/wordpress/tags/2.5/
After that, I had to run the obligatory upgrade.php of course to get the database updated. Overall it was again a matter of less than 5 minutes.
Tags:
subversion,
wordpress upgrade
Permalink
02.05.08
Posted in Wordpress at 11:31 am by levelzero
Wordpress 2.3.3 was released today with yet another critical update, this time in the XML-RPC implementation.
Updating was fast and easy again, with a total time of 5 minutes again for two blogs. Disable plugins, then run:
svn sw http://svn.automattic.com/wordpress/tags/2.3.3/
After that, enable the plugins again.
Now I wish that the plugins would start working on subversion too, so I can update those the same way.
Tags:
subversion,
wordpress upgrade
Permalink
12.30.07
Posted in Wordpress at 9:22 pm by levelzero
Wordpress 2.3.2 was released a short while ago and again I was very happy with the fact that I have chosen the subversion method to install/upgrade wordpress. Upgrading was a matter of disabling plugins and then running the following command:
svn sw http://svn.automattic.com/wordpress/tags/2.3.2/
After that, I enabled the plugins again.
Total update time for the two blogs running now: 5 minutes.
Maybe I should check into a way to make multiple blogs share sources .. that way I would only have to run the subversion command once.
Tags:
subversion,
wordpress upgrade
Permalink
10.28.07
Posted in Wordpress at 11:00 am by levelzero
Wordpress 2.3.1 got released friday and this was the first time that I could find out if the subversion method really would save me some time.
Turns out it’s one single command to update to the newest version:
svn sw http://svn.automattic.com/wordpress/tags/2.3.1/
After that, I reran the /wp-admin/upgrade.php script (even though there were no database changes) just to be sure and the upgrade was done. It took about 1 minute.
Instructions for upgrading wordpress through subversion can be found here. I definitely think this is worth changing to, it will save you a lot of time in the future.
Tags:
subversion,
wordpress upgrade
Permalink
09.26.07
Posted in Wordpress at 11:55 am by levelzero
Wordpress 2.3 came out yesterday and I decided I was going to dedicate some time today to the upgrade.
I had decided to use the Subversion method to make this upgrade and it went painlessly.
The total upgrade (backup db, deactivate plugins, install new version, run upgrade script, reactivate plugins) took me about 15 minutes and that was including reading the step-by-step “conversion” path listed in above page.
Be sure to check plugin compatibility before upgrading, though.
I also modified my theme to support tags (I hope, this should be visible on this post, since it’s the first one that has tags)
Tags:
plugins,
subversion,
tags,
theme,
wordpress upgrade
Permalink
Private