good example of child process cron and mongodump beautifully blended.
@adelghaeinianphantomphood2 жыл бұрын
Thank you so much sir.
@kailaashjeevanj64343 жыл бұрын
Thank you so much 💕
@KnifeInTheSnow Жыл бұрын
fantastic tutorial, easy to understand
@MrBay-z5m5 ай бұрын
Awesome my friend
@nidhikalra4122 Жыл бұрын
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."
@gokul_sreejith2 жыл бұрын
Thank you so much very useful 💟
@neerajverma92264 жыл бұрын
Please make video on Cassandra database its one of the popular nosql database
@DeepanshuMalviyaPhysics3 жыл бұрын
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 !
@jibinjn Жыл бұрын
how can i do this in google cloud app engine ? now i am getting error mongodump not found, locally working fine
@sudeshchaudhary45583 жыл бұрын
Awesome!
@AdamSuchiHafizullah3 жыл бұрын
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}"
@bryanprimus3 жыл бұрын
so how you fix that?
@williamsantos3823 жыл бұрын
Put the nsInclude= before the db= tag
@emirsalihovic66162 жыл бұрын
Sir, what theme are you using?
@nimajavanmardi47682 жыл бұрын
spawn mongodump ENOENT i get this error
@Lerogorn2 жыл бұрын
You need to add the folder with mongodump.exe to "path" in environment variables in your OS
@marzukzarir2 жыл бұрын
Great
@sumitmathur85963 жыл бұрын
sir please tell me how to delete backup after some time .
@ProgrammingWithOsku2 жыл бұрын
Do you know that you are the best
@khwbhawjfamilylivechannel3223 жыл бұрын
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?
@aakashgautam22004 жыл бұрын
how can i decide when to use exec or spawn or fork specifically ? please address it .
@mafiacodes4 жыл бұрын
watch this video and u'll get to know what to use when kzbin.info/www/bejne/mJPQd6l5l7t3p9E
@riteshthakur92504 жыл бұрын
my database is in mongo cluster it's not offline or local it's online so how can i do it.
@mafiacodes4 жыл бұрын
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