Upgrading SENTIENT to 3.9.1
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 3.9.1. -
Execute the following commands:
1
2
3
4
docker pull sentient/tb-node:3.9.1
docker compose stop sentient-ce
docker compose run --rm -e UPGRADE_TB=true sentient-ce
docker compose up -d
Upgrading SENTIENT to 3.9.0
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 3.9.0. -
Execute the following commands:
1
2
3
4
docker pull sentient/tb-node:3.9.0
docker compose stop sentient-ce
docker compose run --rm -e UPGRADE_TB=true -e FROM_VERSION="3.8.1" sentient-ce
docker compose up -d