Skip to content
Stand with Ukraine flag

ThingsBoard PE Docker 3.3.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard PE to 3.3.4.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.3.4.1PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3.4.1PE
docker pull thingsboard/tb-pe-web-report:3.3.4.1PE
docker compose stop thingsboard-pe
docker compose up -d

Upgrading ThingsBoard PE to 3.3.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.3.4PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3.4PE
docker pull thingsboard/tb-pe-web-report:3.3.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.3.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.3.3PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3.3PE
docker pull thingsboard/tb-pe-web-report:3.3.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.3.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.3.2PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3.2PE
docker pull thingsboard/tb-pe-web-report:3.3.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.3.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.3.1PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3.1PE
docker pull thingsboard/tb-pe-web-report:3.3.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.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.3PE.
  2. Execute the following commands:
docker pull thingsboard/tb-pe-node:3.3PE
docker pull thingsboard/tb-pe-web-report:3.3PE
docker compose stop thingsboard-pe
docker compose run --rm -e UPGRADE_TB=true thingsboard-pe
docker compose up -d