-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade MongoDB Version #40
Comments
The reason why it's at 4.4 in the first place is mongodb dropped support for Raspberry pis in latest versions. However, that can be revisited again. I'd like to have raspberry pi support but it's not the most critical thing in the world. |
This might be an option https://github.com/themattman/mongodb-raspberrypi-binaries |
Is there many running on PIs? There seem to be better options for computing at that price range these days. I think not running EOL software where possible is a higher priority. |
I agree that running an out of date version of MongoDB is not ideal. If you'd like to make a Docker image that compiles MongoDB for both arm64 v8.0 and amd64, we'd be willing to consider upgrading. However, the database we use is not a very high priority for at the moment. |
Reopened as I talked with @vaultec81 who said this should not have been closed. |
vsc-node/docker-compose.yml
Line 31 in eacccf9
MongoDB 4.4 is EOL(see https://endoflife.date/mongodb). Upgrading to 7.0 should be a simple change assuming no removed feature is in use.
The text was updated successfully, but these errors were encountered: