Stand with Ukraine flag
Pricing Try it now
Community Edition
Getting Started Documentation Guides
Architecture API FAQ
On this page

ThingsBoard CE v3.8.x upgrade instructions for CentOS

Upgrading ThingsBoard CE to 3.8.1

Doc info icon

NOTE:

These upgrade steps are applicable for ThingsBoard version 3.8. In order to upgrade to 3.8.1 you need to upgrade to 3.8 first.

ThingsBoard package download

1
wget https://github.com/thingsboard/thingsboard/releases/download/v3.8.1/thingsboard-3.8.1.rpm

ThingsBoard service upgrade

  • Stop ThingsBoard service if it is running.
1
sudo service thingsboard stop
1
sudo rpm -Uvh thingsboard-3.8.1.rpm

Start the service

1
sudo service thingsboard start

Upgrading ThingsBoard CE to 3.8

Doc info icon

NOTE:

These upgrade steps are applicable for ThingsBoard version 3.7. In order to upgrade to 3.8 you need to upgrade to 3.7 first.

Install PostgreSQL contrib package (For CentOS only)

1
sudo dnf install -y postgresql16-contrib

ThingsBoard package download

1
wget https://github.com/thingsboard/thingsboard/releases/download/v3.8/thingsboard-3.8.rpm

ThingsBoard service upgrade

  • Stop ThingsBoard service if it is running.
1
sudo service thingsboard stop
1
sudo rpm -Uvh thingsboard-3.8.rpm
1
sudo /usr/share/thingsboard/bin/install/upgrade.sh --fromVersion=3.7.0

Start the service

1
sudo service thingsboard start