Updating GitProtect Worker On Linux

To update the GitProtect worker, please follow the steps described below.

Updating GitProtect worker installed on Linux

Download the GitProtect worker installer from the Management service.

selecting the worker installer
worker selecting

Now the GitProtect worker Installer should download automatically.

Of course, you can transfer this file to the server or copy the link and download it directly on your Linux server using, for example, wget command.

If the installer file is already downloaded, grant execute permission to the owner user or group of the file. To grant the permission perform the chmod command:

chmod +x xoperoclient.sh
granding the permissions

After that, run the script using:

./xoperoclient.sh 

or

bash xoperoclient.sh

The script should be started with administrative privileges, due to the that fact it may be required to use the sudo command along with it.

The installer will display End-User License Agreement, which has to be accepted to proceed.

EULA

Keep old database - confirm on the opened window.

keep old database

Keep old configuration

keep old configuration

After this step, the GitProtect worker for Linux is successfully updated.

See also:

GitProtect Worker Installation On Linux

Last updated