flow-dps icon indicating copy to clipboard operation
flow-dps copied to clipboard

After crash, DPS fails to open Badger DB because of read only mode

Open Ullaakut opened this issue 4 years ago • 0 comments

Description

Note: if the DB being opened had crashed before and has vlog data to be replayed, ReadOnly will cause Open to fail with an appropriate message.

Source

Because of this, having a way to open the database without read-only mode would allow it to be reused despite a crash having happened. Since this is only an edge case however, it should not impact the default options.

Ullaakut avatar Oct 18 '21 04:10 Ullaakut