# Aktualizacja w systemie Linux

#### Ideą aktualizacji Management service jest wykonanie kilku kroków w kreatorze instalacji, które opisano poniżej.

***

## Proces aktualizacji

{% hint style="info" %}
Poniższa instrukcja ma zastosowanie dla modelu wdrożenia on-premise **Xopero ONE Management Service**.
{% endhint %}

{% stepper %}
{% step %}
Pobierz instalator **Xopero ONE Management Service** (`xoperoserver.sh`) i uruchom go.

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/IjS9HWsNeiMDRW9hU2yD/image.png" alt="Downloading the Xopero ONE management service on Linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Nadaj uprawnienia** pobranemu plikowi, używając następującego polecenia:

```
chmod +x xoperoserver.sh
```

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/AMwBIhpPoVtXmORj6trH/image.png" alt="granding privilieges to xopero one management service installed on linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Uruchom plik `xoperoserver.sh` i potwierdź [**Umowę Licencyjną Użytkownika Końcowego**](#user-content-fn-1)[^1], aby kontynuować.

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/9LypC9NFOnsVwlnCWPKh/image.png" alt="installing xopero one management service on linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Zachowaj starą bazę danych, klikając **Tak (Yes)**.

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/uYclm0tvlCrvlVKGEy0X/image.png" alt="installing xopero one management service on linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Zachowaj starą konfigurację, klikając **Tak (Yes)**.

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/Pg902Nd2wu1t1RJpsSX6/image.png" alt="installing xopero one management service on linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Po zakończeniu tego procesu zamknij okno instalacji oprogramowania, klikając **OK**.
{% endstep %}

{% step %}
Zrestartuj usługę konsoli **Xopero ONE** za pomocą następującego polecenia:

```
systemctl restart XoperoONEManagementService.service
```

<figure><img src="https://content.gitbook.com/content/wg6DDqlTFok8F9zv6rqa/blobs/3pXOdHixLbm9L4DOkBfx/image.png" alt="xopero one management service restart in linux"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Usługa **Xopero ONE Management Service** została zaktualizowana i jest gotowa do pracy.
{% endstep %}
{% endstepper %}

[^1]: End-User License Agreement


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/pl/aktualizacje/xopero-one-management-service/aktualizacja-w-systemie-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
