On 27 Jan 2016, at 2:28pm, Jay Kreibich <jay at kreibi.ch> wrote: > Generally speaking, there is no standard way to recover from a corrupt > database. The best policy is not to corrupt it in the first place.
True, but if you have to corrupt it in the first place, 1) Try using the shell tool to .dump and then .read a new version of the database, then check to see that the database is intact and how far back the most recent transaction is. 2) If the above fails, restore from the most recent uncorrupted backup you have. Simon.