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 4026 of 4026

Support git command

MongoSh is a developer tool, obviously. So as a developer, git is always a part of it. Supporting git command inside mongosh will help us save a lot of time. Here's some of my implementation: ``` const git = (command) => { try { return execS...
Guest over 4 years ago in MongoDB Shell 0 Submitted

Feature Request: DNS record per zone for global cluster

Today Atlas creates a single DNS record for the global cluster which has SRV records pointing to all servers in the cluster across all zones. This causes issues when a service hosted in US tries to use this DNS record as it now connects to every ...
Guest over 4 years ago in Atlas 2 Submitted

Change Display name for clusters

Ability to change display name for clusters.
Guest over 4 years ago in Atlas 0 Submitted

Backup Resource Usage via Api

In Ops Manager, it is not possible to obtain some data from each snapshot via api, it is only available in ops manager interface. It is a good a idea to obtain from each snapshot the information of the backup resource usage. The api could return t...
Guest over 4 years ago in Enterprise Advanced 0 Submitted

Collation option support in functions

No description provided
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

Atlas Screen Navigation

In both Atlas & Ops Manager, on screen navigation is not good. When I click an icon or item, the screen shows different layouts for each click. For example, if I want to see Billing info, I have to click little 'mongo logo' icon, then Bill me...
Guest over 4 years ago in Atlas 0 Submitted

Shard Drain/ Removal issue

If we have more shards, and if want to remove few shards (more than 1), we use below command. db.adminCommand( { removeShard : "Shardname" } ) Ex, if I have Shard 1, 2, 3, 4, 5. want to remove Shard 2 & 5. I want to remove one shard at a ...
Guest over 4 years ago in Replication & Sharding 0 Submitted

Mongo replicaset init sync issue

When we have large size mongo replica set, we may have to take out each nodes for maintenance for few hrs or days. In that case we have to increase size of Oplog to keep several days of transactions to resync nodes after maintanance. If the RS h...
Guest over 4 years ago in Replication & Sharding 0 Submitted

The "mongocli atlas clusters list" command ought to return hosts in an array

The 'mongocli atlas metrics databases list' command expects a hostname argument. Currently, one has to parse out the hosts from the URI returned from the cluster list command. It would be easier if the cluster list command returned the hosts in a ...
Guest over 4 years ago in Atlas CLI 0 Submitted

Setting up the New MFA/Adding a disabled user back to project

The whole process of setting up the new 2FA or MFA is very tiring. It should be simplified with the roles who can add new members and set up the method for new team members. Chat was helpful but it's not easy to follow up for every team person. A...
Guest over 4 years ago in Atlas 0 Submitted