a cross-platform document-oriented database.
Questions tagged [mongodb]
34 questions
2
votes
4 answers
Upgrade MongoDB past 2.4.10
It's 2018, and the current version of MongoDB for the Raspbian package manager is only version 2.4.10. This is a problem, because this old MongoDB version is becoming so stale that it won't work with the latest drivers. I can't connect my NoSQL…
steampowered
- 163
- 1
- 8
2
votes
2 answers
Failed to start mongod.service: no such file or directory
I'm trying to install MongoDB on Jessie. (Never used MongoDB before).
Following this tutorial I did the following:
apt-get update
apt-get upgrade
apt-get install mongodb-server -y
service mongod start
But that gives me this error:
Failed to start…
Jodes
- 562
- 2
- 6
- 19
1
vote
0 answers
MongoDB 3+ on Pi 3
I recently tried to run the binaries for mongodb from the website of mongopi without much succes... Despite setting the path as follow
export PATH=/home/pi/mongo34_arm64_rPi3/bin:$PATH
I am getting the following
Failed to start mongodb.service:…
Clement Gross
- 11
- 1
1
vote
1 answer
Can't connect to mongodb on pi locally - can connect remotely
I have mongodb installed on my pi successfully for a few months.
Since yesterday, I've not been able to connect to it from the local machine, but bizarrely I can connect to it from another machine on the same network.
If I connect locally, I get…
Joseph McCarthy
- 173
- 2
- 7
1
vote
1 answer
May the Pi2 have a MongoDB 2.6 bamp, please?
Fellow Raspberreans:
Please correct me whether or not I'm wrong, but the source to MongoDB cannot fit inside Raspbian, or compile on ARM.
Our best workaound is https://github.com/RickP/mongopi , except that source code is stale - version 2.1.1.
I…
Phlip
- 318
- 6
- 15
1
vote
2 answers
Help with installing latest version of MongoDB on raspberry pi 4
I can't seem to install the latest version of mongoDB on Raspberry pi 4.
I have tried doing
sudo apt-get install mongodb
This installs mongoDB 2.4.
Matthew Haywood
- 83
- 1
- 2
- 14