Trendz Analytics Docker 1.14.x Upgrade Instructions
Upgrading Trendz Analytics to 1.14
Trendz Analytics service upgrade
-
Create a database backup:
docker compose exec postgres sh -c "pg_dump -U postgres trendz > /var/lib/postgresql/data/trendz_dump" -
Update the version of
thingsboard/trendzandthingsboard/trendz-python-executorin yourdocker-compose.ymlto 1.14.0. -
Pull the image, run the upgrade, and restart:
docker pull thingsboard/trendz:1.14.0 docker compose stop trendz docker compose run --rm -e UPGRADE_TRENDZ=true trendz docker compose up -d
Upload widget bundle to ThingsBoard
After the upgrade, upload the latest Trendz widget bundle and JS module to ThingsBoard. See the post-installation steps for details.