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

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

Support RHEL 6 or CentOS 6 in Compass

Support RHEL 6 or CentOS 6 in Compass
Felicia Hsieh over 4 years ago in Compass & Data Explorer 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

save

Touching a collection on the left hand side, wipes out your work in aggregations with no warning When using aggregations and you are busy with your pipeline(s) If you left click on any of the collections on the left panel,  It wipes out y...
Guest over 4 years ago in Compass & Data Explorer 0 Submitted

save

Touching a collection on the left hand side, wipes out your work in aggregations with no warning When using aggregations and you are busy with your pipeline(s) If you left click on any of the collections on the left panel,  It wipes out y...
Guest over 4 years ago in Compass & Data Explorer 0 Submitted

App Freezes on Some Aggregation Queries

When I accidentally write a $lookup pipeline query with non existing field name the application crashes. I think this bug is very annoying.
Guest over 4 years ago in Compass & Data Explorer 1 Submitted