Currently we are using a Mongodb 3.6 version cluster and to Elasticsearch syncing we are using mongo-connector. I want to upgrade it to 4.0. So we are following the below steps -
- Taken a snapshot of 3.6 cluster
- Created a new cluster with 4.0 version and restore the 3.6 sanpsot in it successfully.
- Updated the new 4.0 replicaset name into existing oplog.ts file (with existing value)
Now my syncing has been stopped. Can someone provide any help on it so that i can start syncing again?
Note: Since we have the same data into new 4.0 cluster so i don't want the syncing since starting. Syning should work when i insert a new record into new cluser 4.0
Thanks in advance. As it's very urgent for me.
Currently we are using a Mongodb 3.6 version cluster and to Elasticsearch syncing we are using mongo-connector. I want to upgrade it to 4.0. So we are following the below steps -
Now my syncing has been stopped. Can someone provide any help on it so that i can start syncing again?
Note: Since we have the same data into new 4.0 cluster so i don't want the syncing since starting. Syning should work when i insert a new record into new cluser 4.0
Thanks in advance. As it's very urgent for me.