Skip to content
Stand with Ukraine flag

ThingsBoard PE Docker 3.6.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard PE to 3.6.4

ThingsBoard PE service upgrade

  1. Change the version of the thingsboard/tb-pe-node and thingsboard/tb-pe-web-report in the docker-compose.yml file to 3.6.4PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.6.4PE
docker pull thingsboard/tb-pe-web-report:3.6.4PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d

Upgrading ThingsBoard PE to 3.6.3

ThingsBoard PE service upgrade

  1. Change the version of the thingsboard/tb-pe-node and thingsboard/tb-pe-web-report in the docker-compose.yml file to 3.6.3PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.6.3PE
docker pull thingsboard/tb-pe-web-report:3.6.3PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d

Upgrading ThingsBoard PE to 3.6.2

ThingsBoard PE service upgrade

  1. Change the version of the thingsboard/tb-pe-node and thingsboard/tb-pe-web-report in the docker-compose.yml file to 3.6.2PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.6.2PE
docker pull thingsboard/tb-pe-web-report:3.6.2PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d

Upgrading ThingsBoard PE to 3.6.1

ThingsBoard PE service upgrade

  1. Change the version of the thingsboard/tb-pe-node and thingsboard/tb-pe-web-report in the docker-compose.yml file to 3.6.1PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.6.1PE
docker pull thingsboard/tb-pe-web-report:3.6.1PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d

Upgrading ThingsBoard PE to 3.6

ThingsBoard PE service upgrade

  1. Change the version of the thingsboard/tb-pe-node and thingsboard/tb-pe-web-report in the docker-compose.yml file to 3.6.0PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.6.0PE
docker pull thingsboard/tb-pe-web-report:3.6.0PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d