mongodb-atlas-backup
mongodb-atlas-backup copied to clipboard
The human way to mongodump and mongorestore your MongoDB Atlas cluster
Results
2
mongodb-atlas-backup issues
Sort by
recently updated
recently updated
newest added
I get this error whenever I run this on NodeJS ``` TypeError: MongoBackup is not a constructor ``` My code: ``` const MongoBackup = require('mongodb-atlas-backup'); var backup = new MongoBackup({...
…and than restore sequentially. create directory for dump if not exists I have added the ability to first take a full dump and restore it post that. The whole process...