Questions tagged [mongodb]
MongoDB is a document oriented database (also known as NoSQL database).
900 questions
Score of 1
1 answer
480 views
Azure Database Migration Service with Azure DocumentDB does not work, Command serverStatus not supported
Currently trying to migrate an Atlas Mongo DB (hosted on Azure with PrivateLink) to Azure DocumentDB.
I first tried CosmosDB for Mongo RU and could use the Azure Database Migration Service. It was ...
Score of 0
0 answers
79 views
Minikube - Host Access issue
I'm currently setting up minikube on my local machine, for work.
I have microservices that runs in pods, which requires access to a mongodb server running locally as a windows service, and exposed as ...
Score of 1
0 answers
162 views
Why does MongoDB 8 crash on startup on Windows 11 after multiple restarts?
I am new to MongoDB and have downloaded the latest 8.2.1 zip file for Windows 11.
Environment: Windows 11 24h2, Intel Pentium 5409U Laptop, 8 GB RAM, SSD.
Starting the DB server three times (with a ...
Score of -1
1 answer
148 views
MongoDB - TLS with self signed keys in Production?
I need to secure MongoDB traffic with TLS on a self hosted cluster. Im not completely new to the topic, but still haven't created certificates manually by my own yet. The MongoDB Cluster contains one ...
Score of 0
0 answers
971 views
Unable to start mongodb 8.0 on ubuntu 24.04 machine
I am new to mongodb database but have 10+ years of experience in mysql. I am trying to install mongodb 8 on ubuntu 24 and run the mongodb server but service failed with following response :
× mongod....
Score of 0
1 answer
264 views
Mongodb fails to start after install, fatal assertion "failed to parse time zone file"
On Ubuntu 22.04.1 (AMD 3970x, 64GB RAM (memtest86 pass), several free TB on root filesystem, no SMART errors), I installed community mongodb with the standard directions here. Upon starting mongod in ...
Score of 0
0 answers
165 views
mongodb 6 use mongod.conf file to configure a cluster replica set
I have 3 pc with almalinux9.5 and mongodb v6. The 3 ips are 10.17.60.102, 10.17.60.103, 10.17.60.104 .
In all 3 pc I edited the mongod.conf file in this way:
# mongod.conf, Percona Server for MongoDB
#...
Score of 0
1 answer
553 views
mongodb6 on almalinux9.5 is giving me error: Unable to acquire security key, when attempting a replica set
I was attempting to create a mongodb cluster with replica set using 3 pc.
I am very new to mongodb.
the 3 pc have almalinux9.5 and mongodb v6 installed.
so far I issued those commands as root.
yum ...
Score of 1
1 answer
1080 views
MongoDB server fails to start due to unhandled exception 0xC000001D unless data folder is cleared
I have mongodb 8.0.3 on Windows 10.
The service and the database work for two days, then the service fails to start with unhabdled exception 0xC000001D. Clearing the database directory allows the ...
Score of 0
1 answer
152 views
Can't connect to MongoDB cluster via sinatra app but works with mongosh
We are migrating from GCP to our bare metal Kubernetes cluster.
I need to "lift and shift" some VMs from GCP to k8s.
One of the VMs is running a docker image that connects to a MongoDB ...
Score of 1
1 answer
115 views
MongoDB data in EC2 instance is erased automatically after after one day
I am facing an issue where data in MongoDB inside EC2 instance is erased after approximately one day.
I use the AWS free tier service. In that I launch a t3.large ubuntu instance and gp3 8 GB volume. ...
Score of 0
0 answers
211 views
MongoDB Storage Setup for 200TB Data
I have 200TBs of PDF files(~800K), 100MB each on average, to be stored in MongoDB(GRIDFS). It is the cloud provider's policy to store PDFs in MongoDB Database only.
I need guidance regarding MongoDB ...
Score of 0
1 answer
359 views
Getting permission error from Unifi Network Application when connecting to MongoDB in Kubernetes
I running K3S Kubernetes on a cluster server consisting of a mixture of Raspberry 4 and Raspberry 5 nodes.
I want to install Unifi Network Application on the cluster server and have come pretty far in ...
Score of -2
2 answers
230 views
Issue with using IP address SSL
Mongod database with Nginx.
I am getting this error when connected to my database.
http://212.38.94.32:3001/api/
"This request has been blocked; the content must be served over HTTPS".
I ...
Score of 0
0 answers
793 views
MongoDB issue with TLS
I am trying to set up TLS certificates for my standalone MongoDB instance on a cloud compute instance.
I got the certificates from certbot using the command sudo certbot certonly --standalone -d.
i ...