Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

All feedback

Showing 3890

Compass log as regular text

Allow option for current Compass log to be tail-ed so activity can be seen in real-time in a terminal window.
Guest about 3 years ago in Compass 0 Submitted

Allow creation of Atlas organizations in Terraform

there are really 3 steps for our dev teams to get moving in Atlas: 1. create an org 2. create a project 3. create a cluster the first one is the only one that still has to be done from a console. if we had a terraform script to create an org in ou...
Guest about 6 years ago in Atlas 0 Submitted

Feature Request: Add simplified parallel insertion command syntax

I want to have a (maybe per server) setting dialog where I can enter a custom JS function that returns any of the mongoDB supported datatypes for the primary key (_id or id - usually String, ObjectId or NumberLong) and is then used everytime I ins...
Guest about 3 years ago in Compass 0 Submitted

Atlas Administration API: Expose more information on cluster status

We are using the Atlas Administration API in order to automate scaling a production database cluster deployment in a more fine-grained way than the existing autoscaling offer. The specific database cluster is deployed as a replica set, so there is...
Guest about 3 years ago in Atlas 0 Submitted

Raise an error when "majority" writes not possible

This topic is related to https://www.mongodb.com/docs/v6.0/tutorial/mitigate-psa-performance-issues/ in a PSA ReplicaSet configuration. When you try to execute a command with writeConcern `{w: "majority"}` in a three-member Primary-Secondary-Arbi...
Guest about 3 years ago in Replication & Sharding 0 Submitted

mongodbatlas_database_connection

A resource that creates a connection for a database. ``` resource "mongodbatlas_database_connection" "connection" { database = "test" # Name of database connection_type = "Standard" # or Private Endpoint database_user = "test" # Name of DB_US...
Guest about 3 years ago in Atlas 1 Submitted

BSON::Proxy Proxy content from/to another collection

I would like a mongodb data type, called BSON::Proxy # not indexable or searchable Which would hold the value of another collection & id. IE: BSON::Proxy({database: "this_one", collection: "blobs", _id: "123"}) This would allow my code to...
Guest about 3 years ago in Data Modeling & Indexing 0 Submitted

Support creating backup db same as app db in Operator

No description provided
Guest about 3 years ago in Kubernetes 0 Will Not Implement

MongoError: user is not allowed to do action [listCollections] on [db.]

NodeJS mongodb driver (with or without mongoose) needs to "listCollections" before "createCollection" But "listCollections" and "createCollection" are in different "rights list" for custom role (look screenshots) In this case "createCollection" ...
Guest about 6 years ago in Atlas 1 Submitted

MongoDBUser new feature to retrieve user and password from a secret

Hi! I hope you are doing well. We would like to have an option in the "MongoDBUser" Custom Resource to reference a Kubernetes secret with user and password instead of only "spec.passwordSecretKeyRef". For us, it's also important to save the user ...
Guest about 3 years ago in Enterprise Advanced 1 Submitted