Upgrading SENTIENT to 3.7
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v3.7/sentient-3.7.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-3.7.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh --fromVersion=3.6.4
Start the service
1
sudo service sentient start