Hello Mongodb team,
I have question regarding mongosync tool. Currently i have 2 mongodb cluster running with mongosync.
when i try insert new database ( using compass gui) to source cluster the database is successfully synchronize to destination cluster.
but when i try to restore a backup (using pbm restore) to source cluster because some one accidentally drop the database, it works. but the destination cluster didn’t catch that changes, the data wont restore on destination cluster.
Is there any compatibility issue between percona backup for mongodb (pbm) to mongosync utility?