Skip to content

Update Guide

Alexander Smirnov edited this page Feb 26, 2021 · 9 revisions

Linux

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.

Linux OS update steps

  1. Backup edb.db database file if you use SQLite DB (default). Also keep in mind that you have backups available in Backups folder.
  2. Update source code. You have several options here.
    1. Download source code from Git if you use Docker: git pull
    2. Download Latest Release if you use Releases and unpack in the bot folder
    3. Use docker hub image
  3. Update settings.json in Data directory. Read Latest Release Notes for changes and look for new parameters.
  4. Build from source code if you use Docker: docker build -t thundered . or skip this step if you use Releases or hub image.
  5. Run the bot.

Windows

Windows OS update steps

  1. Backup edb.db database file if you use SQLite DB (default).
  2. Download Latest Release and unpack in the bot folder
  3. Update settings.json. Read Latest Release Notes for changes and look for new parameters.
  4. Run the bot.