=======
Upgrade
=======

__copyright__ = 'this file is in the public domain'

if you have the bot installed via mercurial or subversion run the 
!upgrade command.

if you want to upgrade to a svn/mercurial version or update to a new tar:

+ tar: http://r8.cg.nu/gozerbot.tar.gz
+ mercurial: hg clone http://r8.cg.nu/hg/gozerbot
+ subversion: svn co http://gozerbot.googlecode.com/svn/trunk/ gozerbot

to upgrade:

+ stop the bot
+ mv gozerbot gozerbot.2
+ untar or svn co or hg clone so you get a new gozerbot dir
+ cp -R gozerbot.2/gozerdata gozerbot/gozerdata
+ cp -R gozerbot.2/myplugs gozerbot/myplugs
+ cp -R gozerbot.2/logs gozerbot/logs
+ cd gozerbot and start the bot

basically if you want to upgrade to a new bot copy the gozerdata, logs and myplugs
dirs to the new bot. make sure you stop the bot first

if your upgrading from a 0.5.x bot, the 0.6.x version will make a data.new dir
of the data dir and use that
