# 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](https://docs.realio.network/running-a-full-node/broken-reference)<br>
