Upgrading SENTIENT to latest 4.3.x (4.3.1.1)
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.3.1.1. -
Execute the following commands:
1
2
docker pull sentient/tb-node:4.3.1.1
docker compose stop sentient-ce
1
docker compose run --rm -e UPGRADE_TB=true sentient-ce
1
docker compose up -d
Upgrading SENTIENT to 4.3.0.1
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.3.0.1. -
Execute the following commands:
1
2
docker pull sentient/tb-node:4.3.0.1
docker compose stop sentient-ce
1
docker compose run --rm -e UPGRADE_TB=true sentient-ce
1
docker compose up -d