# Reset the data

Reset the data:

```bash
rm $HOME/.realio-network/config/addrbook.json $HOME/.realio-network/config/genesis.json
realio-networkd unsafe-reset-all
```

Your node is now in a pristine state while keeping the original `priv_validator.json` and `config.toml`. If you had any sentry nodes or full nodes setup before, your node will still try to connect to them, but may fail if they haven't also been upgraded.

{% hint style="danger" %}
WARNING\
Make sure that every node has a unique `priv_validator.json`. Do not copy the `priv_validator.json` from an old node to multiple new nodes. Running two nodes with the same `priv_validator.json` will cause you to **double sign**.
{% endhint %}

After the reset, you can sync back your node with state-sync. Click the appropriate link below for directions.

* <mark style="background-color:red;">Testnet</mark>
* [Mainnet](broken://pages/YxMcYQYegLmH96sXOYVz)<br>


---

# 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.realio.network/running-a-full-node/reset-the-data.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.
