- Upgrading SENTIENT to latest 4.2.x (4.2.2.1)
- Upgrading SENTIENT to 4.2.1.2
- Upgrading SENTIENT to 4.2
Upgrading SENTIENT to latest 4.2.x (4.2.2.1)
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.2.2.1/sentient-4.2.2.1.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.2.2.1.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start
Upgrading SENTIENT to 4.2.1.2
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.2.1.2/sentient-4.2.1.2.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.2.1.2.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start
Upgrading SENTIENT to 4.2
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.2/sentient-4.2.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.2.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start