> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/russian/question-contact/version-switching.md).

# Обновление и понижение версии

При переключении между V1 и V2 сначала выберите соответствующую инструкцию:

* [Различия в функциональности](/docs/russian/cherry-studio/installation/v1-v2-feature-differences.md)
* [Обновление с V1 до V2](/docs/russian/cherry-studio/installation/v1-to-v2-migration.md)
* [Понижение с V2 до V1](/docs/russian/cherry-studio/installation/v2-to-v1-downgrade.md)

{% hint style="danger" %}
Перед переключением версии сначала создайте полную резервную копию в приложении, затем полностью выйдите из Cherry Studio и скопируйте весь каталог данных. Резервные копии V1 и V2 нельзя восстанавливать друг в друга.
{% endhint %}

## Миграция данных V1 в V2

V2.0.2 уже поддерживает прямую миграцию с V1.9.13, промежуточный V2.0.0 больше не нужен.

| Текущая ситуация                                       | Что нужно сделать                                                                                    |
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| По-прежнему на V1, нужно сохранить данные              | Обновите V1 до 1.9.13, затем напрямую установите V2.0.2 для завершения миграции.                     |
| Уже используете V2                                     | Обычным образом обновитесь до V2.0.2 и продолжайте использовать текущие данные V2.                   |
| Ранее миграция V1 не удалась или данные были пропущены | Использовать \[Повторная миграция] можно только после полной резервной копии текущего V2.            |
| Данные V1 не нужны                                     | Можно выбрать 【Игнорировать и использовать значения по умолчанию】, но данные V1 не будут перенесены. |

{% hint style="danger" %}
\[Повторная миграция] в \[Настройки] → \[Данные] навсегда удалит текущие данные V2, а затем повторно импортирует их из исходных данных V1. Он не объединяет данные с обеих сторон; если миграция V1 не провалилась и данные не были пропущены, ни в коем случае не нажимайте.
{% endhint %}

## Ссылка для загрузки

* [Официальная загрузка V1](https://cherryai.com.cn/download/v1)
* Страница релиза V2.0.2:[GitCode](https://gitcode.com/CherryHQ/cherry-studio/releases/v2.0.2) · [GitHub](https://github.com/CherryHQ/cherry-studio/releases/tag/v2.0.2)
* [Официальная загрузка V2](https://cherryai.com.cn/download)

Больше сведений о резервном копировании, неудачной миграции и особенностях базы данных см. [\[Обновление и понижение версии\]](/docs/russian/cherry-studio/installation/upgrade-downgrade.md).


---

# 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.cherryai.com.cn/docs/russian/question-contact/version-switching.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.
