Getting error "mongodump : The term 'mongodump' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
will this backup the whole collection or just the new documents added.......and if it creates the backup of whole collection every time is it not inefficient !
Nice tutorial sir. But maybe --db is deprecated. When i run mongorestore your suggest code, its return error "The --db and --collection flags are deprecated for this use-case; please use --nsInclude instead, i.e. with --nsInclude=${DATABASE}.${COLLECTION}"
mongodump takes in a lot of arguments and u can easily add them in the spawn function, have a look for args @ docs.mongodb.com/database-tools/mongodump/#bin.mongodump
finally a good example for using child processes
good example of child process cron and mongodump beautifully blended.
best tutorial i saw this year so far
Wow, thanks!
Getting error "mongodump : The term 'mongodump' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again."
Thank you so much sir.
fantastic tutorial, easy to understand
Thank you so much 💕
Awesome my friend
Thank you so much very useful 💟
will this backup the whole collection or just the new documents added.......and if it creates the backup of whole collection every time is it not inefficient !
Please make video on Cassandra database its one of the popular nosql database
how can i do this in google cloud app engine ? now i am getting error mongodump not found, locally working fine
Nice tutorial sir. But maybe --db is deprecated. When i run mongorestore your suggest code, its return error "The --db and --collection flags are deprecated for this use-case; please use --nsInclude instead, i.e. with --nsInclude=${DATABASE}.${COLLECTION}"
so how you fix that?
Put the nsInclude= before the db= tag
spawn mongodump ENOENT
i get this error
You need to add the folder with mongodump.exe to "path" in environment variables in your OS
Sir, what theme are you using?
Awesome!
sir please tell me how to delete backup after some time .
Hi sir, after I backUp like this video, and I world like to push to git by using child_proccess, How can I do? Do you have toturial?
how can i decide when to use exec or spawn or fork specifically ? please address it .
watch this video and u'll get to know what to use when ua-cam.com/video/bbmFvCbVDqo/v-deo.html
my database is in mongo cluster it's not offline or local it's online so how can i do it.
mongodump takes in a lot of arguments and u can easily add them in the spawn function, have a look for args @ docs.mongodb.com/database-tools/mongodump/#bin.mongodump
did u find any solution? I am stuck at this.
Do you know that you are the best
Great