Archive for the "Upgrade" Tag

Filed in: , , , ,
Posted On: 2007 / 10 / 27

If you have shell access to your webserver, upgrading to the latest WordPress build can be a matter of painless seconds. As usual there is more than one way to do it, and here is one of these ways — the script I am using. < View plain text > code #!/bin/bash CURDIR=$(pwd) SITE="http://yoursite.com/blog" echo […][...] → Read more