-
Notifications
You must be signed in to change notification settings - Fork 36
Update Guide
Alexander Smirnov edited this page Feb 26, 2021
·
9 revisions
Make sure you've set up static Data
folder correctly as mentioned in Installation Guide. This way you ensure that all sensitive data is untouched between software updates.
- Backup
edb.db
database file if you use SQLite DB (default). Also keep in mind that you have backups available inBackups
folder. - Update source code. You have several options here.
- Download source code from Git if you use Docker:
git pull
- Download Latest Release if you use Releases and unpack in the bot folder
- Use docker hub image
- Download source code from Git if you use Docker:
- Update
settings.json
inData
directory. Read Latest Release Notes for changes and look for new parameters. - Build from source code if you use Docker:
docker build -t thundered .
or skip this step if you use Releases or hub image. - Run the bot.
- Backup
edb.db
database file if you use SQLite DB (default). - Download Latest Release and unpack in the bot folder
- Update
settings.json
. Read Latest Release Notes for changes and look for new parameters. - Run the bot.