# OpenSearch - Upgrade

## **Upgrade Process**

## **PaaS upgrade workflow** <a href="#opensearchupgradeinplace-opensearchpaasupgrade" id="opensearchupgradeinplace-opensearchpaasupgrade"></a>

### Request <a href="#opensearchupgradeinplace-request" id="opensearchupgradeinplace-request"></a>

The update of an OpenSearch PaaS can be done in self-service on the OpenSearch cluster's resource page in [ITCare](https://itcare.cegedim.cloud)

It is recommended that you upgrade your non-production environments first in order to estimate the downtime generated by the operation and to test your applications using the new version.

### Process <a href="#opensearchupgradeinplace-process" id="opensearchupgradeinplace-process"></a>

The upgrade of an OpenSearch deployment takes place in two fully automated steps:

* Update the Operating system first if required
* The upgrade is performed **node by node** to ensure service continuity.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Skipping to a major version requires to be up to date with minor versions. Reverting to a previous version is not supported</p></div>

<figure><picture><source srcset="/files/tXJCOcOdp2j8CID8s6yz" media="(prefers-color-scheme: dark)"><img src="/files/8pD6VyHHooEgA0HWRM6o" alt="" width="563"></picture><figcaption></figcaption></figure>

### Impacts

When upgrading OpenSearch, anticipate the following potential impacts:

* Data write might slow down
* Temporarily reduced performance
* Dashboard's page reload may be needed

### Time references <a href="#opensearchupgradeinplace-timereferences" id="opensearchupgradeinplace-timereferences"></a>

As an average guideline, durations for each steps of an upgrade in place of a 100 GB cluster :

* Debian upgrade: 10 minutes on average
* Backup: 5 minutes on average
* OpenSearch upgrade : 15 minutes on average
* Dashboard upgrade : 10 minutes on average
* Automatic validation tests : 15 minutes on average

These times are indicative and may vary depending on specific cluster configurations.

## **OS / Opensearch support matrix** <a href="#opensearchupgradeinplace-os-opensearchsupportmatrixmatrice" id="opensearchupgradeinplace-os-opensearchsupportmatrixmatrice"></a>

Linux distributions supported by **cegedim.cloud** depending on the Opensearch version:

<table><thead><tr><th width="223">Opensearch version</th><th>Debian distribution</th></tr></thead><tbody><tr><td>OpenSearch 2.15</td><td>Debian 12</td></tr><tr><td>OpenSearch 2.19</td><td>Debian 12</td></tr><tr><td>OpenSearch 3.3.0</td><td>Debian 12</td></tr><tr><td>OpenSearch 3.5.0</td><td>Debian 12</td></tr></tbody></table>


---

# 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://academy.cegedim.cloud/databases/opensearch/opensearch-upgrade.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.
