in the free tire of Mongo Atlas [closed]
Accidentally, I dropped the database without having any backup, and I am using MongoDB Atlas. What can I do?I tried to search for how I can retrieve the log file and restore data from it, but I could...
View ArticleFlask app in Kubernetes connecting mongodb using pymongo failing
I am stuck with a very weird issue. I have a Kubernetes cluster in GKE which is in default VPN. Now I have my mongodb running in mongo atlas. I created a VPC peering for connecting to the same from my...
View ArticleHow to keep the write operation incomplete until the atlas search has...
I’m currently facing a challenge with my application where, after adding or updating an item, the changes are not immediately reflected when redirecting to the list page. I’ve noticed that introducing...
View ArticleChange Stream throwing Error “Unauthorised to execute command”
We have recently migrated our data from Azure Cosmos to MongoDb Atlas. I have a node.js server that watches collections. This code was working perfectly with Azure Cosmos but is throwing the following...
View ArticleOdbc driver returned a decimal that is out of range, Power BI
I am trying to import data from mongodb using the atlas sql connector in power bi. i have downloaded the atlas odbc driver too. Most data are retrieved properly but the decimal128 fields throw an error...
View ArticleCannot GET /api/v1/ , MongoDb
I am trying to test if my serving is working on post man. I tried pasting this http://localhost:80/api/v1/and i got, Cannot GET /api/v1/On my terminal on vs code, it looks like the server is running...
View ArticleHow can I grant security access exclusively for a MongoDB Atlas user? [closed]
I'm trying to grant security access exclusively for a user within our MongoDB Atlas organization. However, I'm unable to find any options to customize the role-based access control within Atlas.Can...
View ArticleError: querySrv ETIMEOUT when Connecting to MongoDB Atlas Cluster
I'm encountering an issue while attempting to connect to a MongoDB Atlas cluster from my Node.js application. The error message I'm receiving is "querySrv ETIMEOUT." This problem seems to arise during...
View ArticleI have the same situation but the URL is good [closed]
[My console says this)(https://i.stack.imgur.com/9TUjC.png)enter image description hereEcommerce web app in React, mongo, express, nodejs. I really take a look to the routers and controllers but seems...
View ArticleStill unable to connect eks instance to mongo atlas after peering VPC
I have an EKS cluster running a nodejs app that connects to a mongodb atlas database. I have successfully peered the 2 VPCs and whitelisted the AWS IP on the mongodb atlas side.However, it is still...
View ArticleMongodb agent are not able to send metric to cloud manager
I am running atlas mongo on EC2 machine using docker compose as mentioned here:https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-docker/then I installed the MongoDB agent on the same EC2...
View ArticleHow to transfer a database from MongoDB Atlas to MongoDB compass
I have a personal DB in mongodb Atlas which i use in my compass but this requires internet connection . I want it to use it also in offline mode what are the available options to do so and how to...
View ArticleMongoDB - Is creating a new Database for each customer a good idea? [closed]
I am working on an application that will store customer data in MongoDB atlas M10 Dedicated Cluster. I am considering creating a new MongoDB database for each customer where the database name is the...
View Articleconnection times out when trying to connect to mongodb atlas with python
I'm trying to connect to my mongodb atlas cluster but i keep getting timed out as soon as i try to do something with my db. The db i use was created in mongoshell and also the collection i checked...
View ArticleMERN+gql project; Heroku deployment build failing at install script because...
In the process of converting a project using a mysql db and an express server into one with the same concept (a free online game search application) but in a MERN+gql framework. After creating my gql...
View ArticleAmount of pymongo threads
I use the following code in db.py to apply a singleton pattern for providing a MongoClient in my application.When I call one of the methods in my model like create() or readList() vscode shows the...
View ArticleHow to fix 'Error: querySrv EREFUSED' when connecting to MongoDB Atlas?
I am new to MongoDB 4.0.6 and tried to implement it into my website using Node/Express.js, but when I try to connect to...
View ArticleWhy does allowDiskUse not working in aggregation pipeline for $group stage?
I was working on an aggregation pipeline to cleanup duplicate data from a collection on the database. But it was throwing the following error even after setting { allowDiskUse: true }.Err:...
View ArticleMongoDB atlas Prometheusv metrics
Currently Mongodb atlas allows to collect metrics using prometheus: https://www.mongodb.com/docs/atlas/tutorial/prometheus-integration/I would like to know if anyone has used this stack. I can collect...
View ArticleWhy Should I Encapsulate MongoDB Atlas in a AWS EC2 Cluster Instead of...
I'm building my first app from scratch, and I've decided to use MongoDB as the main DB.I've set up a MongoDBAtlas Instance, along with my Python app in AWS ElasticBeanstalk and with Docker. Now I'm...
View Article