Recovering Deleted Data from MongoDB

Hi MongoDB Community,

I’m looking to recover accidently deleted data from my MongoDB compass. I have used standalone mongodb. However, I’m unsure how to retrieve the deleted data from these files.

  • Are there any tools or methods available to recover deleted data from MongoDB data files?
  • What recovery options are available if point-in-time backups are not available?

Any help or suggestions would be greatly appreciated. Thanks in advance!

Hi @Nishant_N_A2,
The only way to recover data, being a standalone is to be able to restore a previously made backup of the vm, filesystem or data via mongodump.

Best regards

1 Like