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

Upgrades the mongo container to 6.0.13 #1930

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Upgrades the mongo container to 6.0.13 #1930

merged 1 commit into from
Feb 7, 2024

Conversation

idlira
Copy link
Contributor

@idlira idlira commented Feb 5, 2024

Additional Notes

  • This PR fixes or works on following ticket(s): DO-139

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices
  • Patch Tasks: Is local execution of Patch Tasks necessary? Check if the featureCompatibilityVersion is currently set to 5.0 and if not, set it with the 2nd. command. After the container starts, set it to 6.0. If you do not use mongodb locally, you can delete the container as a new one will be created.
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
db.adminCommand( { setFeatureCompatibilityVersion: "6.0" } )

@idlira idlira added 🎁 Next version Not part of the current version we are working and should not be merged ⬆️ Dependencies Pull requests that update a dependency file labels Feb 5, 2024
@idlira idlira merged commit 235bd5f into develop Feb 7, 2024
2 checks passed
@idlira idlira deleted the ili/DO-139 branch February 7, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬆️ Dependencies Pull requests that update a dependency file 🎁 Next version Not part of the current version we are working and should not be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants