Exclude some collections with mongosync

Hello,

I was looking for solutions to synchronise some collections from the database PRODUCTION in the cluster PRODUCTION to the database STAGING in the cluster STAGING. My research leads me to mongosync which seems to be the best solution for my case. Is it possible to exclude some collections with mongosync?

Thanks in advance!

Hi Tom,

As of the most recent release of mongosync - v1.1 (current) - we support namespace filtering:https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/collection-level-filtering/ :slight_smile: