Update on Linux

This article describes the process of updating Xopero ONE 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 Xopero ONE Management Service on-prem deployment model.

1

Download the Xopero ONE 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 Xopero ONE Management Service using the following command:

systemctl restart XoperoONEManagementService.service
7

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

Last updated