Panic - db location

After 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.

Typically 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 :slight_smile:

Many thanks. I did it and I solved. thanks.

1 Like

Can you talk about the solution?