Update SENSR
Update - Generic SENSR
caution
To update SENSR to a newer version, please update the SR Launcher.
If you simply want to deploy a previous version, the latest SR Launcher can be used.
- Stop SENSR
sr-launcher-cli stop sensr
- Remove the current SR Launcher from the host
sudo apt purge sr-launcher-cli
- Go through the Installation process described here.
Please note that the new version's docker images will be added to the machine. This can take some significant amount of space. To free some space by removing the older version, please follow the uninstallation instructions
Update - Single machine
To update the SENSR single machine version, please follow the instructions below:
- Stop SENSR: Click on the Stop SENSR icon,
- Remove the installer
sudo apt purge sensr-singlemachine-installer
, - Deploy the newer version
sudo apt install ./sensr-singlemachine-installer_[VERSION].deb
, - Click on Run SENSR to download all new dependencies.
Please note that the new version's docker images will be added to the machine. This can take some significant amount of space. To free some space by removing the older version, please follow the uninstallation instructions