timisbusy / dumpstr

A node.js package to dump mongodb (mongodump) directly into s3 without filling up your local disk in the process.
MIT License
16 stars 6 forks source link

Mongodb open connections fix #3

Closed sprijk closed 9 years ago

sprijk commented 9 years ago

Fixxed the open connections problem by closing the database connection after requiring the collectionNames list.