-
Is there any way to recover from a hard crash (corrupted db) without wiping the DB? |
Beta Was this translation helpful? Give feedback.
Answered by
anidotnet
Feb 22, 2021
Replies: 0 comments 13 replies
-
Nitrite will first try to recover from the crash on next restart if the state of the data file is recoverable, but if it fails then you have to take the db file and open it separately using mvstore library and recover the data. |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
Semisol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nitrite will first try to recover from the crash on next restart if the state of the data file is recoverable, but if it fails then you have to take the db file and open it separately using mvstore library and recover the data.