# Recovery Guide

### Syncing the Latest Snapshot

First, stop your node:

```
docker stop <container_name>
```

Then sync the latest snapshot from your selected snapshot source.You wish to sync from the default source for your node's type, version, and network. For validators, run:

```
./manage_supra_nodes.sh sync --exact-timestamps --snapshot-source mainnet-validator-snapshot validator <host_supra_home> <network>
```

Start the Validator node manually:

```
./manage_supra_nodes.sh start validator <container_name> <host_supra_home>
```

And for RPC nodes, run:

```
./manage_supra_nodes.sh sync --exact-timestamps --snapshot-source mainnet-archive-snapshot rpc <host_supra_home> <network>
```

Start RPC node manually:

```
./manage_supra_nodes.sh start rpc <container_name> <host_supra_home>
```

After the command completes, [restart](https://github.com/Supra-Labs/documentation/blob/main/node/node-upgrade-guide-mainnet/broken-reference/README.md) your node and [monitor](/supra/network/node/node-upgrade-guide-mainnet/monitor-node-synchronization.md) its logs to ensure that it is syncing the latest blocks correctly. If your node produces an error, first refer to the [Troubleshooting](#troubleshooting-guide) section below, then, if your issue cannot be resolved by the instructions provided there, reach out to [Supra Support](/supra/network/node/creating-supradesk-tickets-via-email.md).

\
\\

\
\
\\


---

# 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://supraoracles.gitbook.io/supra/network/node/node-upgrade-guide-mainnet/recovery-guide.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.
