> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/apurikshon/packages/package-store/package-migration.md).

# パッケージ移行

{% hint style="warning" %}
パッケージの移行は、次の場合にのみ利用できます **RealmJoin** パッケージ
{% endhint %}

## パッケージの識別

現在、Basic から Managed デプロイメントに移行できるのは RealmJoin パッケージのみです。これは Packages テーブルから確認できます:<br>

<figure><img src="/files/6d78ac085e02d34585459dfcf1c50ee9139dcfae" alt=""><figcaption></figcaption></figure>

## 移行

1. Basic RealmJoin パッケージを選択する
2. ［グループ割り当て］で、［その他］->［管理対象アプリに変換］を選択します（この処理はすぐに実行されます）。
   * 古いグループは、新しい Managed RealmJoin Groups にネストされます。Basic グループで行った設定は Managed グループに引き継がれます。<br>

     <figure><img src="/files/549b0cc93847e1c0d5379bf5c5904385a1f63d9f" alt=""><figcaption><p>移行前</p></figcaption></figure>

     <figure><img src="/files/6f2f22fd292fa2d97117873a1a5a6d18fdaca16d" alt=""><figcaption><p>移行後</p></figcaption></figure>
   * ユーザーは最も関連性の高いグループに追加されます

     <figure><img src="/files/255f9c5f020d3e1267e5401c21f48293969b9759" alt=""><figcaption><p>移行前</p></figcaption></figure>

     <figure><img src="/files/6efe7be0772941b71d6b62cf56fc287695b7e5c5" alt=""><figcaption><p>移行後</p></figcaption></figure>
3. （任意）ネストされたグループのメンバーを直接 RealmJoin の管理対象グループに取り込みます。この設定により、ユーザーは RealmJoin の管理対象グループに直接移行され、必要に応じてネストされたグループは管理対象グループから削除されます。
   1. 対象のグループを選択 -> その他 -> 「メンバーを上位へ移動」
   2. 次の ![](/files/dff997f47be486f43b8f420acf2befae39708aa4) 対象のネストされたグループで
   3. ネストされたグループを削除するには「割り当てを削除」を、RealmJoin の管理対象グループ内に残すには「割り当てを保持」を選択します
   4. ［実行］をクリックして操作を開始します<br>

      <figure><img src="/files/a1229991cd675ae878dcfe61643d56e518649f4e" alt=""><figcaption></figcaption></figure>


---

# 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.realmjoin.com/ja/apurikshon/packages/package-store/package-migration.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.
