目录
-
升级说明
- ThingsBoard PE v3.3.x upgrade instructions for Docker Compose
ThingsBoard PE v3.3.x upgrade instructions for Docker Compose
Upgrading ThingsBoard PE to 3.3.4.1
NOTE:
These upgrade steps are applicable for ThingsBoard version 3.3.4PE. In order to upgrade to 3.3.4.1PE you need to upgrade to 3.3.4PE first.
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
- Change the parameter
TB_VERSION in the .env file.
TB_VERSION=3.3.4.1PE
- Execute the following commands:
1
2
| ./docker-stop-services.sh
./docker-start-services.sh
|
Upgrading ThingsBoard PE to 3.3.4
NOTE:
These upgrade steps are applicable for ThingsBoard version 3.3.3PE. In order to upgrade to 3.3.4PE you need to upgrade to 3.3.3PE first.
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
- 修改
.env文件中的TB_VERSION参数。
TB_VERSION=3.3.4PE
- 执行以下命令:
1
2
3
| ./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.3.3
./docker-start-services.sh
|
Upgrading ThingsBoard PE to 3.3.3
NOTE: These upgrade steps are applicable for ThingsBoard version 3.3.2PE. In order to upgrade to 3.3.3PE you need to upgrade to 3.3.2PE first.
升级至 ThingsBoard 3.3.3 前的重要提示
ThingsBoard UI 已迁移至 Angular 12。您需要在 Angular 12 上重新构建自定义部件和规则节点(使用 UI 的部分)。
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
- 修改
.env文件中的TB_VERSION参数。
TB_VERSION=3.3.3PE
- 执行以下命令:
1
2
3
| ./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.3.2
./docker-start-services.sh
|
Upgrading ThingsBoard PE to 3.3.2
NOTE: These upgrade steps are applicable for ThingsBoard version 3.3.1PE. In order to upgrade to 3.3.2PE you need to upgrade to 3.3.1PE first.
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
- 修改
.env文件中的TB_VERSION参数。
TB_VERSION=3.3.2PE
- 执行以下命令:
1
2
3
| ./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.3.1
./docker-start-services.sh
|
Upgrading ThingsBoard PE to 3.3.1
NOTE: These upgrade steps are applicable for ThingsBoard version 3.3.0PE. In order to upgrade to 3.3.1PE you need to upgrade to 3.3.0PE first.
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
- 修改
.env文件中的TB_VERSION参数。
TB_VERSION=3.3.1PE
- 执行以下命令:
1
2
3
| ./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.3.0
./docker-start-services.sh
|
Upgrading ThingsBoard PE to 3.3
NOTE: These upgrade steps are applicable for ThingsBoard version 3.2.2PE. In order to upgrade to 3.3PE you need to upgrade to 3.2.2PE first.
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
- 修改
.env文件中的TB_VERSION参数。
TB_VERSION=3.3.0PE
- 执行以下命令:
1
2
3
| ./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.2.2
./docker-start-services.sh
|