Lihai Ben-Haim

Results 32 comments of Lihai Ben-Haim

@l1ghty well if the path is wrong you should use "try catch" around the for await. it will fail with the error information. You can also use transferer.toPromise() if you...

did your problem solved? @l1ghty

are you using an administrator username to run the backup? it happens because we access to admin db to get status about the database version

I see, it is abit problematic. there is a function called `snapshot` which as i understood prevents the same documents to be written multiple times. https://mongodb.github.io/node-mongodb-native/3.1/api/Cursor.html#snapshot However, the problem is...

@sopwerdna thank you for sharing this information, i will open a fix PR. How would i know when `serverInfo` does not give version number? will it throw an error? will...

if we dont provide on the url the `authSource=admin` will we be able to still access the admin database? the reason why you receive the error from local file connector...

Do you have any feature request or bug report?

@danielehrhardt are you trying to compile this library or just using it?

@danielehrhardt are you running the program as ts-node or node? can you give more details?

@garrappachc how can we fix it? can you open a pull request?