> For the complete documentation index, see [llms.txt](https://docs.realio.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realio.network/running-a-full-node/reset-the-data.md).

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