You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error after running mongodb_s3_backup -n config.sample.json.
Do you know what can cause this?
/usr/lib/node_modules/mongodb_s3_backup/index.js:262
throw(err);
^
TypeError: mime.lookup is not a function
at /usr/lib/node_modules/mongodb_s3_backup/node_modules/knox/lib/client.js:386:28
at FSReqWrap.oncomplete (fs.js:82:15)
The text was updated successfully, but these errors were encountered:
I've forked this repo to fix this issue, remove a deprecated warning, fix logging and add support for: replica sets, SSL, and authenticationDatabase options. Feel free to use it if you like: https://github.com/dkoo761/node-mongodb-s3-backup.
NOTE: My fork is not published to NPM so you'll need to download and install it (which is easy and I've added instructions in the README).
I get this error after running
mongodb_s3_backup -n config.sample.json
.Do you know what can cause this?
The text was updated successfully, but these errors were encountered: