How does a single node of MongoDB recover data changes after backup?

simulate a scenario:
A single-node backup of MongoDB is done at 11:00, and the backup ends at 11:10, and the backup data at this time is 11:10.
accidentally delete data at 11:20

in this case, we can restore the data to 11:10 through the backup data of mongodump, but how do we restore the data between 11:10 and 11:20?

in the case of a cluster, you can pull oplog, but there is no oplog on a single node. Ask the great god for advice!

Dec.22,2021
Menu