Skip to content

Commit

Permalink
updated troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
L authored and github-actions[bot] committed Feb 26, 2025
1 parent 7f9edbf commit ccc0f59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/docs/operator/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,17 @@ Ensure you're using the latest version of `rusk-wallet`. Update by cloning the r

```bash
cargo install --path rusk/rusk-wallet
```


#### "PersistenceError" caused by "InvalidData"
This error indicates that your node's state is corrupted. To fix this, reload from a snapshot by running:

```bash
download_state
```
(and confirm the warning by typing 'Y'). Then, restart the node with:

```bash
service rusk start
```

0 comments on commit ccc0f59

Please sign in to comment.