aurelienpierreeng / ansel

A darktable fork minus the bloat plus some design vision.
https://ansel.photos
GNU General Public License v3.0
689 stars 22 forks source link

Attempt DB repair upon corruption #335

Open aurelienpierre opened 5 months ago

aurelienpierre commented 5 months ago

When sql-check returns an error, blindly attempt to run REINDEX table; on all tables to try and recover the db. SQLite3 also has a .recover command in CLI, investigate that…