On this page
ThingsBoard Edge CE v3.6.x upgrade instructions for CentOS
Upgrading Edge CE to 3.6.4
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.6.3 version.
Download the Edge package
1
wget https://github.com/thingsboard/thingsboard-edge/releases/download/v3.6.4/tb-edge-3.6.4.rpm
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 rpm -Uvh tb-edge-3.6.4.rpm
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.6.3
Start the Edge service
1
sudo service tb-edge start
Upgrading Edge CE to 3.6.3
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.6.2 version.
Download the Edge package
1
wget https://github.com/thingsboard/thingsboard-edge/releases/download/v3.6.3/tb-edge-3.6.3.rpm
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 rpm -Uvh tb-edge-3.6.3.rpm
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.6.2
Start the Edge service
1
sudo service tb-edge start
Upgrading Edge CE to 3.6.2
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.6.1 version.
Download the Edge package
1
wget https://github.com/thingsboard/thingsboard-edge/releases/download/v3.6.2/tb-edge-3.6.2.rpm
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 rpm -Uvh tb-edge-3.6.2.rpm
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.6.1
Start the Edge service
1
sudo service tb-edge start
Upgrading Edge CE to 3.6.1
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.6.0 version.
Download the Edge package
1
wget https://github.com/thingsboard/thingsboard-edge/releases/download/v3.6.1/tb-edge-3.6.1.rpm
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 rpm -Uvh tb-edge-3.6.1.rpm
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.6.0
Start the Edge service
1
sudo service tb-edge start
Upgrading Edge CE to 3.6
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.5.1.1 version.
Download the Edge package
1
wget https://github.com/thingsboard/thingsboard-edge/releases/download/v3.6/tb-edge-3.6.rpm
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 rpm -Uvh tb-edge-3.6.rpm
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.5.1.1
Start the Edge service
1
sudo service tb-edge start
© 2026 The ThingsBoard Authors