Upgrade Linux Clients Without Uninstalling and Reinstalling
Overview
This article explains how to upgrade the Endpoint Protector client on Linux without performing a full uninstall and reinstall. The steps below allow you to upgrade the client while preserving configuration variables from the previous build.
Instructions
-
Copy the new Endpoint Protector client installer to the Linux machine.
-
Open a Terminal window.
-
Export the variables from the
options.inifile from the older build:export EPPCLIENT_WS_SERVER=ip.of.the.server
export EPPCLIENT_WS_PORT=443
export EPPCLIENT_DEPARTMENT_CODE=defdep -
Unpack the archive:
tar xvf [Filename.tar.xz] -
From the unpacked directory of the newer build, run:
sudo -E apt install ./pkgs/*.deb -
Open Endpoint Protector Notifier and confirm that the Endpoint Protector client was upgraded.