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

Feedback

Showing 123 of 4027

atlas clusters sampleData loaded command

Hi Jakob/Guss/Colm, Any chance of adding a new command to sampleData - specifically: atlas clusters sampleData loaded The command would literally check if the cluster has the sampleData present? I'd find that helpful in some of the lab scripts ...
Eoin Brazil almost 3 years ago in Atlas CLI 0 Submitted

atlas clusters sampleData reload

Hi Jakob/Guss/Colm, Any chance of adding a new command to sampleData - specifically: atlas clusters sampleData reload The command would literally check if the cluster has the sampleData loaded but it would also check the counts and the hashes s...
Eoin Brazil almost 3 years ago in Atlas CLI 1 Submitted

Save shell commands to the cloud

It would be nice to have a way to save shell commands for later, maybe to the cloud.
Guest about 3 years ago in MongoDB Shell 0 Submitted

Don't send tracking analytics without explicit opt-in

I recently updated mongosh to 1.7.1 via Homebrew. Little Snitch informs me that the program is reaching out to api.segment.io asynchronously. For privacy reasons, I do not want programs to do that, and such analytics without explicit opt-in may be...
Guest about 3 years ago in MongoDB Shell 0 Future Consideration

MONGOCLI add command to shutdown and startup the standalone instance

in this moment there is no way to shutdown or startup a standalone instance because the mongocli works with cluster only
Guest about 3 years ago in CLI & Shell 0 Submitted

alerts list should allow filtering by date and sort inversely by date

The 'alert list' list all alerts since the beginning of time. We can list open alerts, but we can't practically list alerts that were generated recently without going through all alerts ever produced for a project. I'd like to see what alerts were...
Guest over 3 years ago in Atlas CLI 0 Submitted

Display Atlas cluster name in command prompt, rather than internal slug

When connected to an Atlas cluster, I can see the Atlas internal hostname slug in the command prompt: Atlas atlas-l1ugii-shard-0 [secondary] database_name> It would be easier if this displayed the Atlas hostname, that matches the UI, and in...
Marie Atterbury over 3 years ago in MongoDB Shell 0 Submitted

Build a version of the BI Connector that is compatible with Alpine

We deploy the BI Connector within a container that runs the Alpine OS (so it's small and clean). However Alpine is bundled with MULS and not the GLIBC libs which means the BI Connector cannot run in that container. We have managed to get around ...
Guest over 3 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

support try..catch

It does not appear that mongosh supports try..catch. I put catch block around "insertOne" ``` try { db.inboxItemCounts.insertOne({ "_id": { "userId": userDoc.userId }, "fromUserSummary": [{ "userName": fromUserDoc.userName, "count": 1 }],...
Guest over 3 years ago in MongoDB Shell 2 Will Not Implement

Allow for specifying config file path.

Currently, the config for Atlas CLI lives in a specific directory defined by the tool: https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-save-connection-settings/#std-label-config-toml-location While the config can be both set by CLI and ed...
Guest over 3 years ago in Atlas CLI 0 Future Consideration