mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(book): advise to tee the output of mdbx_chk (#4360)
This commit is contained in:
@ -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.
|
||||
Reference in New Issue
Block a user