Skip to content
Stand with Ukraine flag

ThingsBoard Edge Windows 3.5.x Upgrade Instructions

Upgrading Edge to 3.5.1.1

Backup before upgrading

Stop the ThingsBoard Edge service:

net stop tb-edge

Back up the database using pgAdmin:

  1. Launch pgAdmin and log in as the postgres superuser.
  2. In the left sidebar, expand your server and locate the tb_edge database.
  3. Right-click tb_edge and select Backup.
  4. In the Backup Dialog, specify a filename and location for your backup file.
  5. Click Backup.

Download the Edge package

Download tb-edge-windows-3.5.1.1.zip.

Upgrade the package

Back up your configuration directory — copy C:\Program Files (x86)\tb-edge\conf to a safe location.

Extract the downloaded package and copy its contents to C:\Program Files (x86)\tb-edge, overwriting the existing files. Then compare your old configuration files (from the backup) with the new ones and merge any custom settings.

Open Command Prompt as Administrator and run the upgrade script:

cd "C:\Program Files (x86)\tb-edge"
upgrade.bat --fromVersion=3.5.1

Start the service

net start tb-edge

Upgrading Edge to 3.5.1

Backup before upgrading

Stop the ThingsBoard Edge service:

net stop tb-edge

Back up the database using pgAdmin:

  1. Launch pgAdmin and log in as the postgres superuser.
  2. In the left sidebar, expand your server and locate the tb_edge database.
  3. Right-click tb_edge and select Backup.
  4. In the Backup Dialog, specify a filename and location for your backup file.
  5. Click Backup.

Download the Edge package

Download tb-edge-windows-3.5.1.zip.

Upgrade the package

Back up your configuration directory — copy C:\Program Files (x86)\tb-edge\conf to a safe location.

Extract the downloaded package and copy its contents to C:\Program Files (x86)\tb-edge, overwriting the existing files. Then compare your old configuration files (from the backup) with the new ones and merge any custom settings.

Open Command Prompt as Administrator and run the upgrade script:

cd "C:\Program Files (x86)\tb-edge"
upgrade.bat --fromVersion=3.5.0

Start the service

net start tb-edge

Upgrading Edge to 3.5

Backup before upgrading

Stop the ThingsBoard Edge service:

net stop tb-edge

Back up the database using pgAdmin:

  1. Launch pgAdmin and log in as the postgres superuser.
  2. In the left sidebar, expand your server and locate the tb_edge database.
  3. Right-click tb_edge and select Backup.
  4. In the Backup Dialog, specify a filename and location for your backup file.
  5. Click Backup.

Download the Edge package

Download tb-edge-windows-3.5.zip.

Upgrade the package

Back up your configuration directory — copy C:\Program Files (x86)\tb-edge\conf to a safe location.

Extract the downloaded package and copy its contents to C:\Program Files (x86)\tb-edge, overwriting the existing files. Then compare your old configuration files (from the backup) with the new ones and merge any custom settings.

Open Command Prompt as Administrator and run the upgrade script:

cd "C:\Program Files (x86)\tb-edge"
upgrade.bat --fromVersion=3.4.3

Start the service

net start tb-edge