产品定价 立即试用
Trendz Analytics
入门 文档 指南
如何激活Trendz
目录

Trendz Analytics v1.14.x Windows 升级说明

Upgrading Trendz Analytics to 1.14.0

NOTE These steps are applicable for 1.13.2 Trendz Analytics version.

After upgrading to the latest version it is required to update Trendz widget bundle in ThingsBoard. You can find detailed instructions how to do that via Trendz UI in Trendz Widget Bundle upgrade article.

文档警告图标

Important note before upgrading to Trendz 1.14.0

From version 1.14.0, python calculation fields and prediction models could be utilized only using Trendz Python Executor service which can be used only inside the docker.

If you are already using Trendz Python Executor via Docker, it’s necessary to update it to version 1.14.0 before Trendz update. You can find detailed instructions on how to do that here.

If you were not using Python Executor before, you need to install it via Docker. You can find detailed instructions on how to do that here.

Trendz Analytics package download

Download Trendz Analytics installation package for Windows: trendz-windows-1.14.0.zip.

Trendz Analytics service upgrade

  • Stop Trendz service if it is running.
1
net stop trendz
  • Make a backup of previous Trendz Analytics configuration located in <Trendz install dir>\conf (for ex. C:\trendz\conf).
  • Remove ThingsBoard install dir.
  • Unzip installation archive to ThingsBoard install dir.
  • Compare your old Trendz configuration files (from the backup you made in the first step) with new ones.

  • Finally, run upgrade.bat script to upgrade Trendz to the new version.

NOTE Scripts listed above should be executed using Administrator Role.

1
C:\trendz>upgrade.bat --fromVersion=1.13.2

Start the service

1
net start trendz