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