mongodb-backup icon indicating copy to clipboard operation
mongodb-backup copied to clipboard

backup data for mongodb for Nodejs

Results 36 mongodb-backup issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.1 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 4.4.18. Changelog Sourced from tar's changelog. Changelog 6.0 Drop support for node 6 and 8 fix symlinks and hardlinks on windows being packed with \-style...

dependencies

How to backup all database of mongodb uri without specify ? I need to back up all without define them by array because . I may forget to add the...

Bumps [bson](https://github.com/mongodb/js-bson) from 1.0.4 to 1.1.4. Release notes Sourced from bson's releases. v1.1.4 The MongoDB Node.js team is pleased to announce version 1.1.4 of the bson module! This patch release...

dependencies

mongodb+srv://username:[email protected]/dbName?retryWrites=true&w=majority Getting the following error: { "message": "invalid schema, expected mongodb", "error": {}, "title": "ERROR" } I tried with mongodb lab url string and it worked but with this not...

Even when using streams, it uses the filesystem which makes it unsuitable for cloud platforms like Heroku and AWS Lambda.

I was wondering whether it would be possible to transform the output to `mongodump`-like output. The benefit of this is that you can use `mongorestore` on the CLI if you...

enhancement

Hi there, I faced this issue when export collections: in MondoDB I have not empty collections, but after export I have folders for all collections, but there are no files...

When I try to specify tar property in oprions object it's not working. I tried to install the different version of a package, but it repeats. only I removed 'tar'...