Raspbery Pi4 B mongoDB requires ARMv8.2-A or higher #8782
KohPilot
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 2 replies
-
Thanks for the suggestion, you're right about the MongoDB ARM compatibility issue on Pi 4B. We can explore creating platform-specific Docker Compose files as a solution:
This maybe could allow Umbrel's app store to automatically detect Pi hardware and use the appropriate compose configuration, giving you a working setup out of the box. In the meantime, you can manually override the MongoDB version by using a services:
mongodb:
image: mongo:4.4.18 more info: https://www.librechat.ai/docs/configuration/docker_override |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Hi, I tried to install libreChat on my Umbrel server since it was available on the App store and it seems it's not working on my raspberry Pi 4b 8Gb. After analyzing logs, it seems mongoDB requires ARMv8.2-A or higher.
Since I'm not a linux Guru, and because I don't want to destroy my umbrel config i was wondering if it was possible to add a feature to detect on which architecture the umbrel server is running and adapt the MongoDB version accordingly (mongo:4.4.18 for Raspberry Pi 4b according to this article : #93).
Thanks !
More details
#93
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions