# Upgrading Connectware

This chapter explains how to upgrade your existing Connectware installation to the latest version, covering both Docker and Kubernetes environments. You'll learn about version compatibility, backup procedures, and how to safely migrate your configuration and data.

{% hint style="warning" %}
Downgrading to previous Connectware versions is not supported.
{% endhint %}

For detailed instructions on each upgrade step, refer to:

{% content-ref url="/pages/wRlplF9t4N67UKSsPh0Z" %}
[Upgrading Connectware (Kubernetes)](/documentation/installation-and-upgrades/upgrading-connectware/upgrading-connectware-kubernetes.md)
{% endcontent-ref %}

{% content-ref url="/pages/ADq9WCNgza98wvmdq9Al" %}
[Upgrading Connectware (Docker)](/documentation/installation-and-upgrades/upgrading-connectware/upgrading-connectware-docker.md)
{% endcontent-ref %}


---

# 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://docs.cybus.io/documentation/installation-and-upgrades/upgrading-connectware.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.
