reactioncommerce / mongo-s3-backup

A Docker container to backup a MongoDB deployment to S3 and list or restore those backups.
5 stars 9 forks source link

mongo-s3-backup never returns back #1

Open bash720 opened 6 years ago

bash720 commented 6 years ago

This call never returns mongoBackup.dumpToS3(config, function (err, data) { console.log('E', err) console.log('D', data) }); Any Solution ?

jshimko commented 6 years ago

Can you share what you've specifically tried? This isn't very much info to go on. Like Docker commands you ran, etc. The last time I used this project it worked fine, so I'll need some issue reproduction steps.