Panic - db location
Miscellaneous3 posts1,198 viewsLast activity Dec 2021
JE
jeyjeyOP
Dec 2021After a crash there is a panic message and then gaiad quits. It is in a local machine.
panic: StoreBlockHeight (5200791) > StateBlockHeight + 1 (1)
Please where the db is stored? I need to cancel and to restart the first alignement of the node. Thanks.
UD
uditvira
Dec 2021Typically you’ll find the the database under ~/.gaia/data directory. You can reset the the db by executing gaiad unsafe-reset-all. I suspect you see this problem because you’ve started syncing with blocks that are incompatible with your gaiad version. Strongly recommend asking these types of questions in the developer discord in the future. Usually you’ll get a faster response there 
JE
jeyjey
Dec 2021Many thanks. I did it and I solved. thanks.