> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/pl/aktualizacje/xopero-one-management-service/aktualizacja-w-systemie-linux.md).

# 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="/files/APH3eR0t03pabVRGCHWY" 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="/files/yIFHoPewhPLufm9Ty7hQ" 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="/files/W41XR9wdP1LsGDgHFBYK" alt="installing xopero one management service on linux"><figcaption></figcaption></figure>
{% endstep %}

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

<figure><img src="/files/jak9or18kyGWfHGISGiu" alt="installing xopero one management service on linux"><figcaption></figcaption></figure>
{% endstep %}

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

<figure><img src="/files/SmaxBpkvtdRq6NNmd3IX" 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="/files/nvxqAtoKNTLBt966Ql4N" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
