ThingsBoard Edge PE Windows 4.3.x Upgrade Instructions
Upgrading Edge PE to latest 4.3.1 (4.3.1.1)
Backup before upgrading
Stop the ThingsBoard Edge service:
net stop tb-edge
Back up the database using pgAdmin:
- Launch pgAdmin and log in as the postgres superuser.
- In the left sidebar, expand your server and locate the tb_edge database.
- Right-click tb_edge and select Backup.
- In the Backup Dialog, specify a filename and location for your backup file.
- Click Backup.
Download the Edge package
Download tb-edge-windows-4.3.1.1pe.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
Start the service
net start tb-edge
Upgrading Edge PE to latest 4.3.0 (4.3.0.1)
Backup before upgrading
Stop the ThingsBoard Edge service:
net stop tb-edge
Back up the database using pgAdmin:
- Launch pgAdmin and log in as the postgres superuser.
- In the left sidebar, expand your server and locate the tb_edge database.
- Right-click tb_edge and select Backup.
- In the Backup Dialog, specify a filename and location for your backup file.
- Click Backup.
Download the Edge package
Download tb-edge-windows-4.3.0.1pe.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
Start the service
net start tb-edge