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

Question: What is the officially supported MongoDB version? #475

Open
Byh0ki opened this issue Jan 3, 2025 · 2 comments
Open

Question: What is the officially supported MongoDB version? #475

Byh0ki opened this issue Jan 3, 2025 · 2 comments

Comments

@Byh0ki
Copy link
Contributor

Byh0ki commented Jan 3, 2025

Describe the question

Following #223, I would like to know if it's possible to bump the MongoDB version to the latest release (8.x at the moment)? I don't have the time right now to check it by trial and error, sorry about that

Here is the list of currently supported version by MongoDB: https://www.mongodb.com/legal/support-policy/lifecycles. The current version listed in the docker-compose.yml is 6.x which will no longer supported in ~6 months.

Expected behavior

It would be nice to have an official list of MongoDB supported version in the README or in the install documentation.

@Yooooomi
Copy link
Owner

Yooooomi commented Jan 4, 2025

Hello, yes the current supported mongo version is 6. I'll have to update it next time I work on it. Also this might not be trivial since people on raspberry pi cannot use later than 6 if I remember correctly, so I'll have to maybe implement a way to support both versions.

@david-askari
Copy link

Not sure, if it's related to the RPi issue, yet some low-power CPUs without AVX instructions are bound to version 4.4.6. See here and here.

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

No branches or pull requests

3 participants