> 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/knowledge-base/how-to-articles/roll-back-to-a-previous-installation-of-devolutions-server.md).

# Roll back to a previous installation of Devolutions Server

You have performed a Devolutions Server upgrade or the hosting machine crashed, but for any reason, you would like to go back to the previous version that you were running.

### Solution

Client would need these files to be able to restore Devolutions Server to the previous version:

* Functional database backup.
* Backup of the Encryption keys file.
* Devolutions Server Console installer and offline zip files according to the version that was running before the crash. These files can be requested to our customer support team.

Here are the steps to follow:

1. Restore the SQL database.
2. Install the previous working version of the Devolutions Server Console.
3. Create a new Devolutions Server instance and connect it to the restored database. Use steps 3 to 6 on the following [page](https://docs.devolutions.net/server/getting-started/installation/create-server-instance/).
4. Select the offline zip file and set the Installation Destination parameters.
5. Click on the install button to Import the Encryption Keys.
6. To finish the installation close the window.


---

# 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:

```
GET https://docs.devolutions.net/server/knowledge-base/how-to-articles/roll-back-to-a-previous-installation-of-devolutions-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
