You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: