> 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/jp/question-contact/version-switching.md).

# バージョンのアップグレードとダウングレード

V1、V2 を切り替える際は、先に該当する説明を選択してください：

* [機能の違い](/docs/jp/cherry-studio/installation/v1-v2-feature-differences.md)
* [V1 を V2 にアップグレード](/docs/jp/cherry-studio/installation/v1-to-v2-migration.md)
* [V2 を V1 にダウングレード](/docs/jp/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/jp/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/jp/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.
