> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/es/knowledge-base/knowledge-base-articles/essential-practices-for-managing-devolutions-server-operations.md).

# Prácticas esenciales para gestionar las operaciones de Devolutions Server

Durante las operaciones críticas en una instancia de Devolutions Server, es esencial llevar a cabo tareas preparatorias específicas. Estas tareas protegen el entorno y permiten restaurar la aplicación o los datos en caso de que surja algún problema.

Estas son las consideraciones y acciones clave que debe tener en cuenta:

* Realice las operaciones de gran impacto en todo el sistema de Devolutions Server durante las horas de menor actividad siempre que sea posible. Esto puede requerir poner la instancia de Devolutions Server en modo offline o apagarla.
* Realice copias de seguridad de la base de datos de forma constante y asegúrese de poder restaurarla fácilmente si fuera necesario.
* Cree una copia de seguridad de la carpeta de la aplicación web de Devolutions Server.
* Para determinadas operaciones, considere configurar una cuenta de ***tipo de autenticación de Devolutions Server*** con derechos administrativos en su instancia de Devolutions Server. Además, considere habilitar la función de ***acceso de emergencia*** para mantener la conectividad con Devolutions Server.

Si necesita más orientación o tiene preguntas sobre las precauciones durante las operaciones críticas de Devolutions Server, [contacte con nuestro equipo de atención al cliente](mailto:service@devolutions.net).


---

# 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.devolutions.net/server/es/knowledge-base/knowledge-base-articles/essential-practices-for-managing-devolutions-server-operations.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.
