Is there a easier way to update field text in mongodb globally?
I don't have a mongodb knowledge but some thing like this,
Update "all collections that has field1" set field1=some where field1=1234
Please take a look at mysql solution using db dumps: Similar to Find and replace in entire mysql database
If the above is not possible what is the best way to go about writing a one time script to migrate data in mongodb? This is in linux environment.