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

SENTIENT v3.7.x upgrade instructions for CentOS

Upgrading SENTIENT to 3.7

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.6.4. In order to upgrade to 3.7 you need to upgrade to 3.6.4 first.

doc warn icon

Important note before upgrading to SENTIENT 3.7

SENTIENT backend was migrated to Java 17. Install JDK 17 and ensure that system’s default Java version is set to 17.

Please refer to Step 1 of the corresponding installation guide for detailed instructions:

Ubuntu

CentOS/RHEL

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.7/sentient-3.7.rpm

SENTIENT service upgrade

  • Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo rpm -Uvh sentient-3.7.rpm
1
sudo /usr/share/sentient/bin/install/upgrade.sh --fromVersion=3.6.4

Start the service

Doc info icon

In case Cassandra is installed, ensure that a proper JAVA_HOME parameter is set for cassandra.in.sh include file. As of 3.7.0 release, latest stable Cassandra version does not support Java 17 yet.

In case action is required, you can refer to “you will need to install Java…” section of Cassandra installation guide.

1
sudo service sentient start