dumpstr icon indicating copy to clipboard operation
dumpstr copied to clipboard

A node.js package to dump mongodb (mongodump) directly into s3 without filling up your local disk in the process.

Results 4 dumpstr issues
Sort by recently updated
recently updated
newest added

What is needed, in summary, to integrate this package with Google Cloud Storage. I saw in the code that this component is using Knox to upload the files to S3?...

Update to use the latest mongodb npm package.

Hey, the current dumpstr library never closes any database connections, therefor it leaves 5 open connections per database that you backup. I use this library to backup my database on...

This module is very useful but strangely I can't get it to work on Heroku. It works when I use it on localhost. But when I deploy on heroku I...