产品定价 立即试用
社区版
入门 文档 指南
架构 API 常见问题
目录

ThingsBoard CE v3.6.x Docker Compose升级说明

Upgrading ThingsBoard CE to 3.6.4

文档信息图标

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.6.3. In order to upgrade to 3.6.4 you need to upgrade to 3.6.3 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 service upgrade

  1. 修改.env文件中的TB_VERSION参数。
TB_VERSION=3.6.4
  1. 执行以下命令:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.6.3
./docker-start-services.sh

Upgrading ThingsBoard CE to 3.6.3

文档信息图标

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.6.2. In order to upgrade to 3.6.3 you need to upgrade to 3.6.2 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 service upgrade

  1. 修改.env文件中的TB_VERSION参数。
TB_VERSION=3.6.3
  1. 执行以下命令:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.6.2
./docker-start-services.sh

Upgrading ThingsBoard CE to 3.6.2

文档信息图标

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.6.1. In order to upgrade to 3.6.2 you need to upgrade to 3.6.1 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 service upgrade

  1. 修改.env文件中的TB_VERSION参数。
TB_VERSION=3.6.2
  1. 执行以下命令:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.6.1
./docker-start-services.sh

Upgrading ThingsBoard CE to 3.6.1

文档信息图标

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.6. In order to upgrade to 3.6.1 you need to upgrade to 3.6 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 service upgrade

  1. 修改.env文件中的TB_VERSION参数。
TB_VERSION=3.6.1
  1. 执行以下命令:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.6.0
./docker-start-services.sh

Upgrading ThingsBoard CE to 3.6.0

文档信息图标

NOTE:
These upgrade steps are applicable for ThingsBoard version 3.5.1. In order to upgrade to 3.6 you need to upgrade to 3.5.1 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 service upgrade

  1. 修改.env文件中的TB_VERSION参数。
TB_VERSION=3.6.0
  1. 执行以下命令:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.5.1
./docker-start-services.sh