mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.36k stars 1.22k forks source link

Add possibility to delete backup file when upgrading database #2432

Open viveleltsi opened 4 months ago

viveleltsi commented 4 months ago

It's maybe not so important but because I want to handle the migration of my databases by a home-made app it will be great if I have the option to disabled the backup when upgrading the database.

I made theses changes as simple as possible.