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

ThingsBoard PE v3.5.x upgrade instructions for Docker Compose

Upgrading ThingsBoard PE to 3.5.1

Doc info icon

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.5PE. In order to upgrade to 3.5.1PE you need to upgrade to 3.5PE first.

doc warn icon

We strongly recommend that you also update your Docker Compose deployment manifests to the latest available version from GitHub repository with every ThingsBoard upgrade. This ensures your ThingsBoard service runs with the latest best-practice parameters and configurations, while also guarantees that all required services are correctly deployed to support the newest features introduced in the release.

If you are running older releases of ThingsBoard - be aware that the manifests in master branch of the repository may contain configurations for features that are not available in your specific version. Always ensure that manifests are compatible with your target ThingsBoard version while merging deployment files.

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file.
  TB_VERSION=3.5.1PE
  1. Execute the following commands:
1
2
3
  ./docker-stop-services.sh
  ./docker-upgrade-tb.sh --fromVersion=3.5.0
  ./docker-start-services.sh

Upgrading ThingsBoard PE to 3.5.0

Doc info icon

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.4.4PE. In order to upgrade to 3.5PE you need to upgrade to 3.4.4PE first.

doc warn icon

Important note before upgrading to ThingsBoard 3.5

ThingsBoard UI was migrated to Angular 15. You need to re-build your custom widgets and rule nodes (which use UI) on Angular 15.

We suggest consulting this guide.

doc warn icon

We strongly recommend that you also update your Docker Compose deployment manifests to the latest available version from GitHub repository with every ThingsBoard upgrade. This ensures your ThingsBoard service runs with the latest best-practice parameters and configurations, while also guarantees that all required services are correctly deployed to support the newest features introduced in the release.

If you are running older releases of ThingsBoard - be aware that the manifests in master branch of the repository may contain configurations for features that are not available in your specific version. Always ensure that manifests are compatible with your target ThingsBoard version while merging deployment files.

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file.
  TB_VERSION=3.5.0PE
  1. Execute the following commands:
1
2
3
  ./docker-stop-services.sh
  ./docker-upgrade-tb.sh --fromVersion=3.4.4
  ./docker-start-services.sh