-
Notifications
You must be signed in to change notification settings - Fork 6
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
build: update FOCA #172
base: dev
Are you sure you want to change the base?
build: update FOCA #172
Conversation
@athith-g What errors do you encounter when you try to update to the latest version of MongoDB? Version 4.2 is also quite old. |
MongoDB versions 4.4 - 7.0 cause the same error in the protes and protes-worker containers: |
@athith-g: Did you try to upgrade |
@uniqueg I updated the pymongo version to 4.7.2 and the pymongo errors discussed previously were resolved. The integration tests fail because Collections.insert() is removed in pymongo 4.0+. Should I make a PR on FOCA to update the pymongo version and then push the new changes (changing insert() to insert_one() and using mongoDB version 7.0) to this branch? |
Yes please 🙌 |
I guess we will need to fix FOCA first, then merge your PR on the FOCA repo, create a release and then I think we need to update the FOCA version in this repo (and during that PR upgrade the MongoDB version in the So I suppose this is blocked for now, but I have already renamed the PR. |
Addresses #171. Version 4.2 is the latest version of the image that runs without errors.