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

Migrated to mongosh and support mongodb versions 4.4+ only #721

Closed
wants to merge 26 commits into from

Conversation

davidassigbi
Copy link

This is a breaking PR:

  • Migrated to mongodb-mongosh as the client binary, discontinuing support for mongo.
  • Added support for MongoDB version 7.0.x on Debian systems.
  • Removed journal.enabled option for MongoDB versions prior to 6.1, following MongoDB's documentation here.
  • Tested on RHEL 8 and Ubuntu 22.04 with MongoDB versions 6.0.x and 7.0.x."

Johan De Wit and others added 26 commits February 12, 2024 16:04
* Make latest stable version the default
* Add more recent redhat/centos versions
* Update supported distro matrix
* Set default repo version to 6.0
* Adjust server package name to the upstream repos for debian
* Fix linter and regenerate REFERENCE.md
* Fix rubocop
* Re-add opsmanager unit test
* Use both new mongosh and mongoshrc in acceptance
* Client package is now intalled by the server (mandatory for mongosh)
* Fix some tests due to changed output mongosh
* add some more rspec tests, and fix template
* use x509 autentication method for admin user, used to login in the
  api.
* add supported_athentication_mechanisms, whish restricts the suppported
  authentication mechanism supported by the server.
@witjoh
Copy link
Contributor

witjoh commented Mar 28, 2024

duplicate of #703 closing this one

@witjoh witjoh closed this Mar 28, 2024
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.

2 participants