Upgrading SENTIENT to latest 4.3.x (4.3.1.1)
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.3.1.1/sentient-4.3.1.1.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.3.1.1.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start
Upgrading SENTIENT to 4.3.0.1
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.3.0.1/sentient-4.3.0.1.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.3.0.1.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start