> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/installation-onyx-server-pour-linux/mise-a-jour-onyx-server-sur-linux.md).

# Mise à jour ONYX Server sur Linux

{% hint style="warning" %}
**Attention**

**Attention : la mise à jour décrite ci-dessous n’est applicable que pour les versions correctives.**\
**En cas de changement de version, il convient d’utiliser la méthode de** [**duplication d’une instance Onyx server Linux**](https://docs.mappingsuite.com/wiki/ONYX:9.0:Installation:Duplication_d%27une_instance_ONYX_Server_Linux)
{% endhint %}

## Procédure de mise à jour

Après avoir arrêté tous les processus ONYX Server, répéter les premières étapes de la procédure d’installation pour le dépôt de l’archive et sa décompression.

Dans le répertoire « mapping\_install » créé, exécuter le script d’installation sous le profil root :

```
cd mapping_install
./mapinst.sh
```

Choisir l’option 2 pour mettre à jour.

<figure><img src="/files/XjslrNQMyuOfpvS2MZUs" alt="OX S UpdateLinux1.png"><figcaption></figcaption></figure>

<figure><img src="/files/f9avRvEmvoMRl8LohuDy" alt="OX S UpdateLinux2.png"><figcaption></figcaption></figure>


---

# 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://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/installation-onyx-server-pour-linux/mise-a-jour-onyx-server-sur-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.
