Skip to content
Stand with Ukraine flag

Trendz Analytics Docker 1.15.x Upgrade Instructions

← Back to all versions

Upgrading Trendz Analytics to 1.15.2

Trendz Analytics service upgrade

  1. Create a database backup:

    Terminal window
    docker compose exec postgres sh -c "pg_dump -U postgres trendz > /var/lib/postgresql/data/trendz_dump"
  2. Update the version of thingsboard/trendz and thingsboard/trendz-python-executor in your docker-compose.yml to 1.15.2.

  3. Pull the image, run the upgrade, and restart:

    Terminal window
    docker pull thingsboard/trendz:1.15.2
    docker compose stop trendz
    docker compose run --rm -e UPGRADE_TRENDZ=true trendz
    docker compose up -d

Sync Trendz with ThingsBoard

After the upgrade, sync Trendz with ThingsBoard to update widgets and JS modules automatically. See the sync instructions for details.

Upgrading Trendz Analytics to 1.15.1

Trendz Analytics service upgrade

  1. Create a database backup:

    Terminal window
    docker compose exec postgres sh -c "pg_dump -U postgres trendz > /var/lib/postgresql/data/trendz_dump"
  2. Update the version of thingsboard/trendz and thingsboard/trendz-python-executor in your docker-compose.yml to 1.15.1.

  3. Pull the image, run the upgrade, and restart:

    Terminal window
    docker pull thingsboard/trendz:1.15.1
    docker compose stop trendz
    docker compose run --rm -e UPGRADE_TRENDZ=true trendz
    docker compose up -d

Sync Trendz with ThingsBoard

After the upgrade, sync Trendz with ThingsBoard to update widgets and JS modules automatically. See the sync instructions for details.

Upgrading Trendz Analytics to latest 1.15.0 (1.15.0.5)

Trendz Analytics service upgrade

  1. Create a database backup:

    Terminal window
    docker compose exec postgres sh -c "pg_dump -U postgres trendz > /var/lib/postgresql/data/trendz_dump"
  2. Update the version of thingsboard/trendz and thingsboard/trendz-python-executor in your docker-compose.yml to 1.15.0.5.

  3. Pull the image, run the upgrade, and restart:

    Terminal window
    docker pull thingsboard/trendz:1.15.0.5
    docker compose stop trendz
    docker compose run --rm -e UPGRADE_TRENDZ=true trendz
    docker compose up -d

Sync Trendz with ThingsBoard

After the upgrade, sync Trendz with ThingsBoard to update widgets and JS modules automatically. See the sync instructions for details.