This document outlines the steps required to perform an offline update for Logsign on Ubuntu 24.04.
Prerequisites
Before proceeding with the update, please download the following packages and save them in the /root directory:
# wget --content-disposition http://download.logsign.com/download?product=update_procedure
# wget --content-disposition http://download.logsign.com/download?product=logsign_packages_2404
# wget --content-disposition https://storage.googleapis.com/logsign-public-files/iso/logsign.gpg
Update Steps (For cloud environments)
Navigate to the /root directory:
# cd /root
Create the target directory for the update procedure:
# mkdir -p /opt/update_procedure
Extract the update procedure package to the target directory:
# tar zxvf update_procedure.tar.gz -C /opt/update_procedure/
Remove the compressed package to free up space:
# rm -rf update_procedure.tar.gz
Move the GPG key to the appropriate keyring directory:
# mv /root/logsign.gpg /usr/share/keyrings
Run the offline update script:
# bash /opt/update_procedure/24.04/offline_update/update.sh
Reboot the system to complete the update:
# reboot now
Update Steps (For on-prem environments and VM instances running on private platforms (e.g. Hetzner, Proxmox, VMware)
Navigate to the /root directory:
# cd /root
Create the target directory for the update procedure:
# mkdir -p /opt/update_procedure
Extract the update procedure package to the target directory:
# tar zxvf update_procedure.tar.gz -C /opt/update_procedure/
Remove the compressed package to free up space:
# rm -rf update_procedure.tar.gz
Move the GPG key to the appropriate keyring directory:
# mv /root/logsign.gpg /usr/share/keyrings
Run the offline update script:
# bash /opt/update_procedure/24.04/offline_update/update.sh reconfigure_network
Reboot the system to complete the update:
# reboot now
Notes
- Ensure you have root privileges before executing the above commands.
- This update is intended for systems that are not connected to the internet.
- If you encounter any issues, please contact Logsign support.