> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/restreamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datarhei.com/restreamer/installing/update.md).

# Update

Activate the checkmark at Update!&#x20;

System settings >> System >> ☑️ Check for update

{% hint style="info" %}
Check the box from version 2.x to get informed about new versions.
{% endhint %}

## Migration from v0.x to v2.x

From Restreamer version 0.6.8 onwards, the configuration settings will be migrated when updating to version 2.x.

{% hint style="warning" %}
**IMPORTANT ADJUSTMENT DURING MIGRATION!**\
The mount path is changing at the new Restreamer.\
\ <mark style="color:red;">**Older Restreamer v.0x**</mark>\
-v /mnt/restreamer/db:/restreamer/db

\ <mark style="color:green;">**Latest Restreamer > 2.x**</mark>\
-v /mnt/restreamer/db:/core/config \\\
-v /opt/restreamer/data:/core/data\
&#x20;
{% endhint %}

{% hint style="danger" %}
For all versions before version 0.6.8 all settings will be lost! In this case, upgrade to version 0.6.8 first and then upgrade to 2.x.
{% endhint %}

If this was too quick for you, check out the [detailed migration guide](/restreamer/installing/migration.md).

## Update v2 to > v2.x

The current version of the datarhei Restreamer is executed via the same command as during the new installation.

{% hint style="info" %}
When updating from running version 2 to > 2.x, do not forget the *<mark style="background-color:green;">docker pull</mark>* command to the current image - then start the Restreamer with the usual <mark style="background-color:green;">docker run</mark> command.
{% endhint %}

## Old Version v0.6.8

![Fig. 1: datarhei/Restreamer v.0.6.8](/files/zwgJpbt1Xwo5pD9vhROh) ![Fig. 2: datarhei/Restreamer v.0.6.8](/files/ARx3sqkd7soRplpxOjMe)

## Learn more

{% content-ref url="/pages/-MXb\_BFQq0tV8S0Onai7" %}
[Installing](/restreamer/installing/minimum-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXb\_m72sKwXpgM5udfT" %}
[Knowledge Base](/restreamer/knowledge-base/manual.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXbavufS1gwSzyDPNok" %}
[Premium Support](/restreamer/premium-support-1/helping-hands.md)
{% endcontent-ref %}


---

# 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://docs.datarhei.com/restreamer/installing/update.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.
