Skip to content

Commit

Permalink
feat(book): advise to tee the output of mdbx_chk
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Aug 25, 2023
1 parent 6d0b00a commit 446ebcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/run/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Caused by:
git clone https://github.com/paradigmxyz/reth
cd reth
make db-tools
db-tools/mdbx_chk $(reth db path)/mdbx.dat
db-tools/mdbx_chk $(reth db path)/mdbx.dat | tee mdbx_chk.log
```
If `mdbx_chk` has detected any errors, please [open an issue](https://github.com/paradigmxyz/reth/issues) and post the output.
If `mdbx_chk` has detected any errors, please [open an issue](https://github.com/paradigmxyz/reth/issues) and post the output from the `mdbx_chk.log` file.

0 comments on commit 446ebcf

Please sign in to comment.