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

SENTIENT v3.8.x upgrade instructions for CentOS

Upgrading SENTIENT to 3.8.1

Doc info icon

NOTE:

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

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.8.1/sentient-3.8.1.rpm

SENTIENT service upgrade

  • Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo rpm -Uvh sentient-3.8.1.rpm

Start the service

1
sudo service sentient start

Upgrading SENTIENT to 3.8

Doc info icon

NOTE:

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

Install PostgreSQL contrib package (For CentOS only)

1
sudo dnf install -y postgresql16-contrib

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.8/sentient-3.8.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start