> 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/pt/gestao-de-aplicacoes/packages/package-store/package-migration.md).

# Migração de Pacotes

{% hint style="warning" %}
A migração de pacotes está disponível apenas para **RealmJoin** pacotes
{% endhint %}

## Identificação de pacotes

Atualmente, apenas pacotes RealmJoin podem ser migrados da implementação Basic para Managed. Isso pode ser identificado na tabela Packages:<br>

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

## Migração

1. Selecione um pacote Basic RealmJoin
2. Em Atribuições de grupo, selecione Mais -> Converter para aplicativo gerenciado (Este processo acontece imediatamente).
   * Os grupos antigos são aninhados nos novos Grupos gerenciados RealmJoin. As definições feitas nos grupos Basic serão adotadas pelos grupos gerenciados.<br>

     <figure><img src="/files/edac18c7bef3ed98902d92829fc5d5950c42f5f9" alt=""><figcaption><p>Antes da migração</p></figcaption></figure>

     <figure><img src="/files/d64f6a9e598dbfd78f869ef4c4ee6d5edb39c7be" alt=""><figcaption><p>Depois da migração</p></figcaption></figure>
   * Os usuários são adicionados ao grupo mais relevante

     <figure><img src="/files/8d223a8891dd3596c68d6b3aa9d15850ea0fddeb" alt=""><figcaption><p>Antes da migração</p></figcaption></figure>

     <figure><img src="/files/bd3938abf52081227aa7e8d8f552d2d6f2f9b246" alt=""><figcaption><p>Depois da migração</p></figcaption></figure>
3. (Opcional) Puxe membros de grupos aninhados diretamente para os grupos gerenciados RealmJoin. Esta configuração migra os usuários diretamente para o grupo gerenciado RealmJoin e, opcionalmente, remove o grupo aninhado do grupo gerenciado.
   1. Selecione o grupo relevante -> Mais -> "Puxar membros para cima".
   2. Selecione a ![](/files/82abac6dacbda62a484ba7c83b998acbd5cea168) no grupo aninhado desejado
   3. Escolha "Remove Assignment" para remover o grupo aninhado ou "Keep Assignment" para manter o grupo aninhado no grupo gerenciado RealmJoin
   4. Clique em Executar para iniciar a operação<br>

      <figure><img src="/files/6312c3dd3944999285291899b916c289b3a9dcee" 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/pt/gestao-de-aplicacoes/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.
