-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to change the cluster #924
Comments
Hi @jaraco, @AayushU and @ShaneHarvey, Current in our DB we have around 2 CRs data collection so sync them into Elastic Search via mongo-connector since starting it will take time. It's very urgent so please have a look and do the needful. |
Hi @singhmahendrapal, apologies for the situation. It does sound frustrating. Unfortunately, I do not work on mongo-connector anymore. Taking a look through the open issues shows that mongo-connector only has limited support for MongoDB 3.6 (#767) and does not support MongoDB 4.0 (#865). It seems like you would need to wait for those projects to be completed before using mongo-connector with MongoDB 4.0. Note that if you're using MongoDB Atlas than you might be interested in using Atlas Search which provides full text search natively in the MongoDB cluster itself. With Atlas Search there's no need to manually sync data to other systems. |
Hello Singh. I unfortunately have little to add. I also have moved to a new role where I spend little time with MongoDB and mongo-connector. I wish I could have help, but I have neither context nor bandwidth to offer. I wish you luck. Feel free to ping me on PRs that would aid in supporting your needs. I'm happy to merge and release contributions. |
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.
The text was updated successfully, but these errors were encountered: