Every developer has the same nightmare. Someone runs a command on the wrong database, a collection gets dropped, and suddenly the data is just gone. Your last backup was from midnight, so you can restore that, but you still lose everything that happened after midnight.

Source: [Dev.to](https://dev.to/takiuddinahmed/how-i-built-a-mongodb-backup-system-that-can-undo-an-accidental-drop-2l51)

Sponsored