Compare schema against a "typical" version stored in a file
I have multiple Mongo instances on different hosts that cannot, for security reasons, connect to each other to enable schema compare. Ideally, I'd like to save a "typical" schema description (collection names, indexes, etc) to a file that I could then use to compare against actual Mongo instances.
It would be good to be able to synchronise any changes from the schema / file automatically.
1
vote
Lewis Gill
shared this idea