# Backup and restore

## Backing up data <a href="#backing-up-data" id="backing-up-data"></a>

Most databases come with backup tools. We recommend using these tools to back up your data.

## Restoring data <a href="#restoring-data" id="restoring-data"></a>

To restore data from the backup and or trigger a full [reindexing](https://docs.sonarsource.com/sonarqube-server/10.7/server-upgrade-and-maintenance/maintenance/reindexing "mention"), follow these steps:

1. Stop the server.
2. Restore the backup.
3. Drop the Elasticsearch indexes by deleting the contents of `<sonarqubeHome>/data/es8` directory.
4. Restart the server.


---

# Agent Instructions: 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.sonarsource.com/sonarqube-server/10.7/server-upgrade-and-maintenance/maintenance/backup-and-restore.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.
