Update on Linux

This article describes the process of updating GitProtect Management Service on Linux computers.

The idea behind updating the Management Service is to complete a few steps in the installation wizard.


Update process

The below guide applies to GitProtect Management Service on-prem deployment model.

1

Download the GitProtect Management Service installer (xoperoserver.sh).

2

Grant privileges to the downloaded file by using the following command:

chmod +x xoperoserver.sh
3

Run the xoperoserver.sh file and confirm the End-User License Agreement to continue.

4

Keep the existing database by selecting Yes.

5

After the process is complete, close the installation window by selecting OK.

6

Restart the GitProtect Management Service using the following command:

systemctl restart XoperoONEManagementService.service
7

The GitProtect Management Service is now updated and ready to work with.

Last updated