← Back to all versions
Upgrading ThingsBoard to 3.6.4
ThingsBoard service upgrade
- Change the version of the
thingsboard/tb-node in the docker-compose.yml file to 3.6.4.
- Execute the following commands:
docker pull thingsboard/tb-node:3.6.4
docker compose stop thingsboard-ce
docker compose run --rm -e UPGRADE_TB=true thingsboard-ce
docker compose up -d
Upgrading ThingsBoard to 3.6.3
ThingsBoard service upgrade
- Change the version of the
thingsboard/tb-node in the docker-compose.yml file to 3.6.3.
- Execute the following commands:
docker pull thingsboard/tb-node:3.6.3
docker compose stop thingsboard-ce
docker compose run --rm -e UPGRADE_TB=true thingsboard-ce
docker compose up -d
Upgrading ThingsBoard to 3.6.2
ThingsBoard service upgrade
- Change the version of the
thingsboard/tb-node in the docker-compose.yml file to 3.6.2.
- Execute the following commands:
docker pull thingsboard/tb-node:3.6.2
docker compose stop thingsboard-ce
docker compose run --rm -e UPGRADE_TB=true thingsboard-ce
docker compose up -d
Upgrading ThingsBoard to 3.6.1
ThingsBoard service upgrade
- Change the version of the
thingsboard/tb-node in the docker-compose.yml file to 3.6.1.
- Execute the following commands:
docker pull thingsboard/tb-node:3.6.1
docker compose stop thingsboard-ce
docker compose run --rm -e UPGRADE_TB=true thingsboard-ce
docker compose up -d
Upgrading ThingsBoard to 3.6
ThingsBoard service upgrade
- Change the version of the
thingsboard/tb-node in the docker-compose.yml file to 3.6.0.
- Execute the following commands:
docker pull thingsboard/tb-node:3.6.0
docker compose stop thingsboard-ce
docker compose run --rm -e UPGRADE_TB=true thingsboard-ce
docker compose up -d