-
Notifications
You must be signed in to change notification settings - Fork 144
upgrading
xlr8or edited this page Jan 28, 2018
·
1 revision
NOTOC
<note warning>
Before you start upgrading B3 make sure you make a backup of your files and database first!</note>
- Download the latest version of the windows installer package.
- Read the release information for this specific release in this forum: http://forum.bigbrotherbot.net/news-2/
- Run the installer.
- In Start > Programs > BigBrotherBot: Run 'Update B3 database' to update the B3 database. Done...
- Download the latest version of the windows standalone package.
- Read the release information for this specific release in this forum: http://forum.bigbrotherbot.net/news-2/
- Overwrite your current version with the files in the package
- Open the command shell and update the database:
<note shell>
b3_run.exe -u</note>
Done...
Open a command shell and use easyinstall:
<note shell>
easy_install -U b3</note>
Update the database:
<note shell>
python b3_run.py -u</note>
Done...
- Download the latest version of the windows standalone package.
- Read the release information for this specific release in this forum: http://forum.bigbrotherbot.net/news-2/
- Overwrite your current version with the files in the package
- Open the command shell and update the database:
<note shell>
python b3_run.py -u</note>
Done...
<note important>
Always make a backup of the existing files and (preferably) the database before upgrading B3. Make sure you can revert back to the latest install when you do not succeed in upgrading.</note>