ThingsBoard Ubuntu 4.1.x Upgrade Instructions
Upgrading ThingsBoard to 4.1
ThingsBoard package download
wget https://github.com/thingsboard/thingsboard/releases/download/v4.1.0/thingsboard-4.1.0.deb
ThingsBoard service upgrade
- Stop ThingsBoard service if it is running.
sudo service thingsboard stop
sudo dpkg -i thingsboard-4.1.0.deb
sudo /usr/share/thingsboard/bin/install/upgrade.sh
Start the service
sudo service thingsboard start