Updates by script
The installation script can be used to apply updates:
Start the update with sudo ./install.sh update current in order to update to the most recent version or with sudo ./install.sh update < version > in order to update to a specific version of LOGS.
A backup of the DB will be performed automatically before applying the update.
Manual updates
Copy the new LOGS executable to the target directory, usually /opt/logs/.
We recommend doing a manual backup of the database with /opt/logs/logs db-backup /usr/bin/date -Iminutes`.
Stop LOGS with sudo ./logs down
Adjust the symlink to point to the new LOGS executable.
Start the new LOGS with sudo ./logs up