- Upgrading SENTIENT to 3.4.4
- Upgrading SENTIENT to 3.4.3
- Upgrading SENTIENT to 3.4.2
- Upgrading SENTIENT to 3.4.1
- Upgrading SENTIENT to 3.4
Upgrading SENTIENT to 3.4.4
SENTIENT service upgrade
- Change the parameter
TB_VERSIONin the.envfile.
TB_VERSION=3.4.4
- Execute the following commands:
1
2
./docker-stop-services.sh
./docker-start-services.sh
Upgrading SENTIENT to 3.4.3
SENTIENT service upgrade
- Change the parameter
TB_VERSIONin the.envfile.
TB_VERSION=3.4.3
- Execute the following commands:
1
2
./docker-stop-services.sh
./docker-start-services.sh
Upgrading SENTIENT to 3.4.2
SENTIENT service upgrade
- Change the parameter
TB_VERSIONin the.envfile.
TB_VERSION=3.4.2
- Execute the following commands:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.4.1
./docker-start-services.sh
Upgrading SENTIENT to 3.4.1
SENTIENT service upgrade
- Change the parameter
TB_VERSIONin the.envfile.
TB_VERSION=3.4.1
- Execute the following commands:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.4.0
./docker-start-services.sh
Upgrading SENTIENT to 3.4
SENTIENT service upgrade
- Change the parameter
TB_VERSIONin the.envfile.
TB_VERSION=3.4.0
- Execute the following commands:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.3.4
./docker-start-services.sh