> 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 の管理対象グループへ移行され、必要に応じてネストされたグループが Managed グループから削除されます。
   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.
