I have a MongoDb database with multiple collections
Many collections have fields (with different names like; url, photo, baseImage, collection) that has a domain.
Problem Statement: I have to change the domain say from DomainA.com to DomainB.com
Is it possible to do it in one GO?
The collection may have a field or a Sub-Field and even Array...
Any help how to achieve this in a clean simple way is most invited.
Using Mongo-shell would be most preffered...
Thanks, in advance...