[Ethereum] Parity — How to delete DB and resync it

parity

[master][~/parity/target/release]$ ./parity import /tmp/avatar.rlp

Error Output: Database was created with newer client version. Upgrade your client or delete DB and resync.

I could not understand:
[Q]How could I delete the DB or resync it?, I couldn't find where the DB is stored?

Thank you for your valuable time.

Best Answer

Check ~/.parity

Don't forget to backup your ~/.parity/keys

Related Topic