Stand with Ukraine flag
Pricing Try it now
PE Edge
Getting Started Documentation
Architecture API FAQ
On this page

ThingsBoard Edge PE v3.3.x upgrade instructions for Ubuntu

Upgrading Edge CE to 3.3.4.1

doc warn icon

Ensure your ThingsBoard Server is up to date before updating ThingsBoard Edge.

If your Server version is outdated, upgrade it first.

The following instructions are applicable for ThingsBoard Edge 3.3.4 version.

Download the Edge package

1
wget https://dist.thingsboard.io/tb-edge-3.3.4.1pe.deb

Stop the Edge service

Stop the ThingsBoard Edge service before upgrading to prevent file conflicts:

1
sudo service tb-edge stop

Upgrade the package

1
sudo dpkg -i tb-edge-3.3.4.1pe.deb

Note: The package installer may prompt you to merge configuration files. Select the merge option to preserve your existing settings.

Run the upgrade script

Execute the upgrade script to migrate your data and configurations:

1
sudo /usr/share/tb-edge/bin/install/upgrade.sh --fromVersion=3.3.4

Start the Edge service

1
sudo service tb-edge start