Pricing Try it now
Professional Edition
Getting Started Documentation Guides
Architecture API FAQ
On this page

SENTIENT Professional Edition v3.8.x upgrade instructions for Docker Compose

Upgrading SENTIENT Professional Edition to 3.8.1

Doc info icon

NOTE:
These upgrade steps are applicable for SENTIENT version 3.8PE. In order to upgrade to 3.8.1PE you need to upgrade to 3.8PE first.

doc warn icon

We strongly recommend that you also update your Docker Compose deployment manifests to the latest available version from GitHub repository with every SENTIENT upgrade. This ensures your SENTIENT service runs with the latest best-practice parameters and configurations, while also guarantees that all required services are correctly deployed to support the newest features introduced in the release.

If you are running older releases of SENTIENT - be aware that the manifests in master branch of the repository may contain configurations for features that are not available in your specific version. Always ensure that manifests are compatible with your target SENTIENT version while merging deployment files.

SENTIENT Professional Edition service upgrade

  1. Change the parameter TB_VERSION in the .env file.
TB_VERSION=3.8.1PE
  1. Execute the following commands:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.8.0
./docker-start-services.sh

Upgrading SENTIENT Professional Edition to 3.8.0

Doc info icon

NOTE:
These upgrade steps are applicable for SENTIENT version 3.7PE. In order to upgrade to 3.8PE you need to upgrade to 3.7PE first.

doc warn icon

We strongly recommend that you also update your Docker Compose deployment manifests to the latest available version from GitHub repository with every SENTIENT upgrade. This ensures your SENTIENT service runs with the latest best-practice parameters and configurations, while also guarantees that all required services are correctly deployed to support the newest features introduced in the release.

If you are running older releases of SENTIENT - be aware that the manifests in master branch of the repository may contain configurations for features that are not available in your specific version. Always ensure that manifests are compatible with your target SENTIENT version while merging deployment files.

SENTIENT Professional Edition service upgrade

  1. Change the parameter TB_VERSION in the .env file.
TB_VERSION=3.8.0PE
  1. Execute the following commands:
1
2
3
./docker-stop-services.sh
./docker-upgrade-tb.sh --fromVersion=3.7.0
./docker-start-services.sh