Preface
This guide describes the upgrade process of icom Router Management Server (On-Premises). It assumes that you have a working icom Router Management Server installation version 2024.02.0
that has been installed using the icom Router Management Server (On-Premises) Install Guide after February 2024. If you have installed icom Router Management Server (On-Premises) before December 2022, please contact our support hotline to schedule a migration because there have been breaking changes in the folder structure and naming in general.
Supported version
icom Router Management Server (On-Premises) Version 2024.06.0
Preparations
Backup PostgreSQL database
Backup your PostgreSQL database before you start the upgrade process. You can use the pg_dump
command to create a backup of your database.
Only if necessary, restore the database with the pg_restore
command:
Upgrade preparations
Stop the systemd service.
Backup the old binary.
Download the new version from the download link provided by our support team. Create a directory in your home and copy the installation zip file irm_linux_2024_06_0.zip
into this directory.
Upgrade process
Upgrade application server
Copy the new binary to the correct location.
Mark the new binary as executable if above ls
command did not show the executable flag indicated by *
behind the file name.
Set required environment variables and run the database migration. If you didn’t use the default database credentials from the installation guide or if your database is not running on the same host as the application server, please use the correct values from the configuration file located at /opt/insysicom-routermgmt/etc/insysicom-routermgmt.conf
.
Setup cronjob for fetching device information
and add the following line to the end of the file:
Start application server
Confirm upgrade
Visit the icom Router Management Server (On-Premises) web interface and check the version number in the system information menu or use curl to do so.