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

SENTIENT v3.6.x upgrade instructions for CentOS

Upgrading SENTIENT to 3.6.4

Doc info icon

NOTE:

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

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.6.4/sentient-3.6.4.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start

Upgrading SENTIENT to 3.6.3

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.6.2. In order to upgrade to 3.6.3 you need to upgrade to 3.6.2 first.

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.6.3/sentient-3.6.3.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start

Upgrading SENTIENT to 3.6.2

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.6.1. In order to upgrade to 3.6.2 you need to upgrade to 3.6.1 first.

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.6.2/sentient-3.6.2.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start

Upgrading SENTIENT to 3.6.1

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.6. In order to upgrade to 3.6.1 you need to upgrade to 3.6 first.

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.6.1/sentient-3.6.1.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start

Upgrading SENTIENT to 3.6

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.5.1. In order to upgrade to 3.6 you need to upgrade to 3.5.1 first.

SENTIENT package download

1
wget https://github.com/sentient/sentient/releases/download/v3.6/sentient-3.6.rpm

SENTIENT service upgrade

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

Start the service

1
sudo service sentient start