All Questions
5 questions
0
votes
0
answers
31
views
What version of mongoDB do I need to run on a rasberrypi 4 [duplicate]
I am trying to install and run mongoDB on my raspberrypi 4 so I can host a project on it. I installed mongoDB following their own tutorial. The problem is when I run and get the status I get these ...
2
votes
1
answer
2k
views
Problem with mongodb installation on Raspberry PI 4 (bullseye)
I have tried to install mongodb in a Raspberry PI 4 with Debian GNU/Linux 11 (bullseye) and i have the following error:
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as ...
7
votes
2
answers
6k
views
mongoDB versions 5.x on arm64 architecture - minimum ARMv8.2-A required
It looks like starting with version 5.0.0, mongoDB requires at minimum ARMv8.2-A or later microarchitecture to run.
That unfortunately disqualifies single board computers like:
Raspberry Pi 4 (...
1
vote
1
answer
169
views
mongodump from rasberry OS
I am trying to create a mongodump of my atlas database, but I get the following error:
error parsing command line options: error parsing uri (mongodb+srv://blablabla:[email protected]....
1
vote
1
answer
135
views
Can Raspberry Pi host Node JS Applications
I am building a management system in node JS for a local business . The application will have a maximum of 10 concurrent users. Most of the tasks of application are basic CRUD operations on MongoDB ...