Skip to content
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 6.1+ support #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

MongoDB 6.1+ support #85

wants to merge 2 commits into from

Conversation

isertic
Copy link
Contributor

@isertic isertic commented Jul 12, 2024

This are the required changes to ensure that everything works with mongoDB 6.1 and greater.

Removed "--nojournal" when running test - https://www.mongodb.com/docs/manual/core/journaling/

Removed https://github.com/globalsign due to lack of support for mongodb 6.1+ and replaced it with the official mongo-driver

Adjusted mdb2/mdb.go due to use of the bsonx subpackage whose parts got deprecated (https://github.com/mongodb/mongo-go-driver/tree/v1/x#readme)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant