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.