How to backup all database of mongodb uri without specify ?
Opened this issue · 2 comments
thieuanh1995hn commented
How to backup all database of mongodb uri without specify ?
I need to back up all without define them by array because . I may forget to add the db name to when have a new database . So the best way is back up all db . How can i do it ?
Rfrixy commented
Not an issue with mongodb-backup. You can list databases with the node-mongo driver and use it with mongodb-backup.
Manjukb commented
is there any way i can specify list of database ,i can't see any option like that