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

Better Failed to Connect Error Message

Currently, I get Failed to connect: connection to X.Y.Z.W:27017 closed. It would be helpful to tell the user why that is or give a hint as to why the problem occurred. I have to keep it in the back of my mind that most of the time the issue is bec...
Guest over 4 years ago in IDEs 0 Submitted

connecting to bi tools such as power bi

I was thinking there should be a way to connect to my BI tool, such as Power BI from my MongoDB connection in VSCode Extension.
Guest over 4 years ago in IDEs 0 Will Not Implement

Set backup snapshots to never expire

The OpsManager API allows setting backup snapshot to never expire (https://docs.opsmanager.mongodb.com/current/reference/api/snapshots/change-expiry-for-one-snapshot/) (Also for CloudManager - https://docs.cloudmanager.mongodb.com/reference/api/sn...
Guest over 4 years ago in CLI & Shell 0 Submitted

mongocli ops-manager clusters reclaimFreeSpace [--help]

Explain this more than the current output ```text $ mongocli ops-manager clusters reclaimFreeSpace --help Reclaim unused space for a cluster. Usage: mongocli ops-manager clusters reclaimFreeSpace [flags] ``` is of no use when customers want to...
Guest over 4 years ago in CLI & Shell 0 Submitted

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

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

Suggest new feature for loading scripts: loadScript and loadFolder

For loading external script into MongoSh current session, currently we have the `load()` function, which is enough for the task. But I found myself using my own functions instead. So I would like to describe those as suggestion to improve Mon...
Guest over 4 years ago in MongoDB Shell 0 Submitted

Extended JSON v2

Allow the use of Extended JSON v2 for e.g. inserting or finding documents.
Guest over 4 years ago in MongoDB Shell 0 Submitted

Retain multi-line input in history.

Ideally, when using an inline text editor, the inline text editor would show the history command with its multi-lines retained.
Guest over 4 years ago in MongoDB Shell 0 Submitted

auto pair right parentheses when input left

No description provided
Guest over 4 years ago in MongoDB Shell 0 Submitted