Open Bug 1760612 Opened 2 years ago

Handle failed database integrity check

Categories

(Core :: Storage: IndexedDB, task, P3)

task

Tracking

()

People

(Reporter: jjalkanen, Unassigned)

Details

If the IndexedDB database integrity check fails, we either exit the current operation (release builds), or assert (debug builds). See comment at
https://searchfox.org/mozilla-central/rev/f8db81665dc2833fff09dc7eef200539ac1fd351/dom/indexedDB/ActorsParent.cpp#13947

Some common other ways to cope with the situation would be to restore the database from a backup or do a full reset as suggested by the comment.

You need to log in before you can comment on or make changes to this bug.