# Troubleshooting and maintenance

- [Backing Up and Migrating Nodes](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/backing-up-and-migrating-nodes.md): Transfer your node to a new server, retaining the node identity, stats, and grandfathered status
- [Alternative to Backing up nodes](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/alternative-to-backing-up-nodes.md): We recommend always backing up your private key of your node, but here is an alternative to doing so
- [Backup method with Docker Desktop for Windows](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/backup-method-with-docker-desktop-for-windows.md): Following steps tends to be general backup steps for any Docker Desktop installation.
- [Backup method for Linux](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/backup-method-for-linux.md): Following steps tends to be general backup steps for any Linux based OS distributions like Ubuntu, CentOS, Oracle Linux, RedHat or any other out there used.
- [How to solve the node connection problem](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/how-to-solve-the-node-connection-problem.md): Solution for node connection problems
- [How to reconnect the node](https://docs.presearch.io/nodes/troubleshooting-and-maintenance/how-to-reconnect-the-node.md): Solution to reconnect your disconnected node


---

# 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.presearch.io/nodes/troubleshooting-and-maintenance.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.
