Skip to content
Stand with Ukraine flag

ThingsBoard Ubuntu 3.9.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard to 3.9.1

ThingsBoard package download

wget https://github.com/thingsboard/thingsboard/releases/download/v3.9.1/thingsboard-3.9.1.deb

ThingsBoard service upgrade

  • Stop ThingsBoard service if it is running.
sudo service thingsboard stop
sudo dpkg -i thingsboard-3.9.1.deb
sudo /usr/share/thingsboard/bin/install/upgrade.sh

Start the service

sudo service thingsboard start

Upgrading ThingsBoard to 3.9

ThingsBoard package download

wget https://github.com/thingsboard/thingsboard/releases/download/v3.9.0/thingsboard-3.9.0.deb

ThingsBoard service upgrade

  • Stop ThingsBoard service if it is running.
sudo service thingsboard stop
sudo dpkg -i thingsboard-3.9.0.deb
sudo /usr/share/thingsboard/bin/install/upgrade.sh --fromVersion=3.8.1

Start the service

sudo service thingsboard start