> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/on-premise/pt-br/on-premise/how-to-guide/maintenance/migration.md).

# Migração

Ao utilizar a plataforma Navixy On-Premise, pode ser necessário migrar serviços individuais ou a plataforma inteira para outro servidor. Normalmente, a decisão de migrar é tomada quando o desempenho do servidor atual não é mais suficiente ou quando é preciso trocar de data center.

Esta é uma operação única que não é requerida com frequência. Se o servidor for implantado inicialmente com o crescimento futuro do negócio em mente e a infraestrutura estiver funcionando de forma estável, a migração pode não ser necessária. No entanto, como a experiência de muitos clientes mostra, em várias circunstâncias a migração às vezes precisa ser realizada.

Nesta seção, examinaremos cenários típicos de migração e forneceremos orientações para um processo de migração bem-sucedido.

{% hint style="danger" %}
A migração é uma tarefa complexa e crítica que exige um alto nível de especialização e cautela por parte dos administradores do sistema. Como envolve trabalhar com dados de negócios em produção, quaisquer erros ou omissões podem ter consequências significativas para a organização. Portanto, é essencial abordar a migração com o máximo cuidado e atenção aos detalhes.
{% endhint %}


---

# 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://navixy.com/docs/on-premise/pt-br/on-premise/how-to-guide/maintenance/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.
