-
Notifications
You must be signed in to change notification settings - Fork 266
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
MongoDB 4.x support #3781
Comments
Yes, the plan is to upgrade the recommended version to MongoDB 4.2 (or even 4.4). This PR with the change has been around for a while and probably will be merged soon: #3732 However, regarding this:
I wasn't aware of such problems. Could you provide more information on it, please? I mean, which exact problem, how to reproduce it, etc. Thanks! |
For Orion-LD I'm using mongo 4.0, 4.2 and 4.4. Not seeing any problems whatsoever. |
This issue was really meant to clarifiy version compatibility. If it should work with 4.x then its ok and this issue can be closed. As written above there isn't much info except an ERROR that orion wasn't able to authenticate (SCRAM-SHA1 is active on both sides, no SSL, admin database is available, admin user is there and I am able to connect via mongo CLI, the REPLICASET Name is "mongo")... I deployed orion with these arguments
I`ve tried it with a couple of other permutations of those arguments, i.e. with orion:latest image or without "dbAuthDb", all without success. I think this would be an issue on its own, should I create one?
I also thought about migrating to Orion-LD but we already have a running service (in fact we were just moving to a bigger cluster when these problems appeared, and now I am backrolling to our older hand-crafted mongo 3.6 StatefulSet which also has issues). So long story short: I just don't want to introduce new sources for issues, mainly with our code which isn't fully LD ready/tested yet. |
Could you also include the MongoDB configuration (typically, Thanks! |
I´ve made another issue for this particular authentication problem --> #3782 |
I am trying to connect orion to a MongoDB 4.2.6, all together deployed on Kubernetes (AKS). The convenient thing is, that there is already a Mongodb Community Operator for Kubernetes which deploys an production ready mongodb replicaset, BUT... as Version 3.6 has End-of-life in April 2021 the Operator only supports mongodb >4.0
Are there any plans on supporting any 4.x Version. Currently Orion has problems to authenticate against mongo 4.2.6. As there isn`t any more information in the orion logfile of why this happens, I assume it is because of the version incompatibility.
The text was updated successfully, but these errors were encountered: