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

Search results

Showing 315 of 315

AWS ME Central Region Support

I have an ECS cluster in AWS me-central-1 region and I am not able to establish a peering connection with my AWS VPC as me-central-1 region is missing in the options. When will this option be available?
Guest over 3 years ago in Atlas 0 Submitted

Allow to change defaultWriteConcernSource to global to avoid flipping the flag

Customers experience following error messages due to the defaultWriteConcernSource mismatch between the source and target cluster when restore the snapshot. Error: Can not restore a snapshot with custom default write concern 1 to a cluster that d...
Guest about 2 years ago in Atlas Backups 0 Submitted

Compound clustered index

Now it is possible to create a clustered index for only one field. Since documents can be arranged in ascending order of multiple fields, I see no reason to disallow a clustered index from being a compound. Expected syntax: ``` create_collection(...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Extend sub-hourly metrics retention to 72 hours

Right now the 1- and 5-minute metric data is lost after 48 hours (when it is combined into the hourly data). This makes it impossible to take a close look, on a weekday, at an event that occurred over the weekend. It would be nice to be able to l...
Guest over 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Ability to set mongod configuration parameters at startup

For example, when spinning up a container in CI using mongodb-atlas-local image, be able to set `ttlMonitorEnabled=false` with `setParameter`. The current workaround – spinning up an extra thread to call mongosh --eval 'db.adminCommand({ setParame...
Guest about 1 year ago in Atlas CLI 0 Submitted

Allow null value in "in" operator

Allow null value in the "in" operator. This will help reducing code to query if a document has a specific ID or null. Helpfull when you have documents connected to a organization and/or a project. So you can filter ```{ in: { path: "project", val...
Guest about 1 year ago in Atlas Search 0 Submitted

invoice should show support costs under project and not organization

We need the support costs (in our case Atlas Pro) to show up for each cluster under the project on the invoice. Right now, it shows up as a separate line item in a lump sum under the organization. It makes it difficult or impossible to properly bi...
Guest over 5 years ago in Atlas 0 Submitted

Binaries should be provided via Docker images

To implement this in a Kubernetes native way for offline deployments, the binaries should be provided as Docker images and distributed through the Docker repositories that are already present in the k8s environment. Option 1 (intermediate): Allow...
Guest almost 6 years ago in Enterprise Advanced 1 Started

The new mongosh mangles the output of piped in commands

With the old mongo shell, you could set up a shell file (called something like mongo_cmd.sh)containing the path to the executable and all the command line switches you wanted like this: ``` /path/to/mongo --norc --quiet --port 26011 ``` and then...
Guest over 2 years ago in MongoDB Shell 1 Submitted

Copy/move snapshots from a source to a target cluster

It is recommended that restoring a cluster must either: 1) Restore to a new Atlas cluster and reconfigure your application to use that new cluster once the new deployment is running, or, 2) Ensure that the target Atlas cluster cannot receive cli...
Guest over 3 years ago in Atlas Backups 0 Submitted