mikedilger / gossip

Gossip is a nostr client
Other
718 stars 83 forks source link

Remove backup.mdb if the compacting procedure fails #906

Closed dtonon closed 2 weeks ago

dtonon commented 2 weeks ago

If the backup fails, for example because there is no enough space, the partial file remains, and so the next time you get a "file exist" error and the app crashes. It would be useful to delete it, and probably still run the application.

mikedilger commented 2 weeks ago

Fixed on unstable. Also it now writes a timestamp and only compresses once a week.