Updating a Linux-based Integration Server

Updating the Linux-based Integration Server is performed by installing the new version of the Integration Server from a DEB package on a Linux device.

If the terms and conditions of the End User License Agreement and/or the Privacy Policy have changed in the new version of the Integration Server, you need to accept the new terms and conditions when updating the application. Read the new version of the End User License Agreement and/or Privacy Policy: /root/.viis/<packet version number>/EULA/<language ID>/license.txt.

To accept the new terms and conditions of the End User License Agreement and/or Privacy Policy during the update, set KSVLA_EULA_AGREED=yes and KSVLA_PRIVACY_POLICY_AGREED=yes.

To update the Linux-based Integration Server, run the command:

sudo [KSVLA_EULA_AGREED=yes] [KSVLA_PRIVACY_POLICY_AGREED=yes] apt-get install ./ksvla-viis_<version number>-<build number>_amd64.deb

You can view the installation results and the installed version of the Linux-based Integration Server by running the command:

# apt show ksvla-viis

Page top