XiaocongDong/mongodb-backup-manager

Few Issues

xtechgamer735 opened this issue · 8 comments

Hey! Love the ethos of this project but having a few problems getting it to work.

Firstly, I couldn't install from repo. It gives a 404 but was able to do it via a git clone so no worries there. This might throw a few people who might not have NPM experience.

The second problem I am having is actually starting a backup. Whenever I try to run it, I get the following error

Backup <my backup> failed for Cannot read property 'toLocaleString' of null

Would you be able to help fix this? There are no error logs produced I am afraid.

Thanks!

Thanks for using this project!

Sorry I could not do the dubugging with this short error message, could you provide more details about this? Like How did you get this error?

Thanks!

Hello! This is displayed in the notifications section of the backup area, I have attached a screen shot. It occurs if I try to manually backup or if it does it automatically.
screen shot 2018-04-29 at 14 24 58

Thanks :)

Can I take a look at your backup configuration for this SubZeroNetwork database?

You can blur all the sensitive data like the db name and authDB and then show me the screenshot of the configuration..

screen shot 2018-04-30 at 11 22 50

Sure - thanks. The credentials I'm using work 100% as ive tested them with adminMongo.

Sorry for replying so late, I was too busy last week to fix this bug, now this bug has been fixed by this commit 25fd775

cheers

Nice one thank you! I’ll give it a go tomorrow and report back my findings :)