Problem : Im trying to install mongodb but as soon as i do emerge dev-db/mongodb i get [ebuild N ] […]
Tag: mongodb
Why journaling use so much space in mongodb?
Problem : I have a mongodb database that uses approximately 1GB of space. I was surprised when my server ran […]
My first ever app in production state – strange (to me) warning (MongoDB – Ubuntu)
Problem : I finally got my first ever project into production. I’ve got a VPS with OpenVZ6 (RHEL6, 2.6.32, Ubuntu […]
Server Separation to avoid attacks?
Problem : I currently have 1 server with a full LAMP stack on it as well as Mongo DB. Is […]
Unable to understand how this mongo query service command works on CentOS 7
Problem : Our admins have given us the following command to launch the MongoDB service from our (non-sudo) accounts: mongo […]
how to login to mongodb in bigbluebutton html5
Problem : How do I connect to the installed mongodb? How many users are defined for mongodb when bbb is […]
how to install mongodb on gentoo?
Problem : Im trying to install mongodb but as soon as i do emerge dev-db/mongodb i get [ebuild N ] […]
Set MongoDB 2.6 log without restarting
Problem : I am trying to set a new log destination without restarting. It is unclear to me what to […]
Why can host not access dockerised mongodb using localhost
Problem : My mongodb container runs successfully. However my host cannot access it using localhost:27017 or 127.0.0.1:27017 or 0.0.0.0:27017. I […]