Answer Posted / Priyanka Kashyap
Yes, MongoDB has a built-in feature for generating backups. The MongoDB tools provide commands like 'mongodump' and 'mongorestore' for taking backups and restoring data, respectively. Additionally, you can configure the database to store backup logs (oplog) on a secondary replica set member for disaster recovery purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers