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 160 of 4027

Allow upload of large files through Realm Functions

Right now we have a 30s input timeout on Realm Functions. We can't upload large files. Users in my case uploads large images of 20Mbs, and videos ~50Mb. Would be great to see this change, right now we are unable to use Realm for that. Also, A...
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted

create custom role with list of collection

currently, when creating a role, we need to list one collection per db for custom role db.getSisterDB('admin').createRole({role : 'readWriteCollectionXY', privileges : [ {resource : {db : "database_A", collection : "***"}, actions : ["find", "i...
Guest over 5 years ago in MongoDB Shell 0 Submitted

Logout trigger

There's a trigger for login, but there isn't one for logout (as far as I can tell). I would like a trigger on logout as well to perform cleanup of any of the side effects from the login trigger. This request is really a result of a separate reque...
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted

Support ClusterAuthMode X509

Customer is trying to deploy a RS with X509 internal auth. The missing RS parameter clusterAuthMode: X509 can be set via GUI but not via CLI. Customer would appreciate full support for this mode using the CLI.
Guest over 5 years ago in CLI & Shell 0 Submitted

MongoCLI Wizard Flag

Currently a user needs to manually insert at least all the required flags to use a mongocli command. We can implement the flag --wizard which guides the user through flags with interactive prompts. This flag should be added to all the commands to...
Guest over 5 years ago in CLI & Shell 0 Submitted

db connection issue

i am trying to connect mongo cloud training database using shell propt, i am getting error as below. have added my laptop ip, and its approved in the cloud instnace but still getting errorl C:\Users\pvenket1>mongo "mongodb+srv://sandbox.9k9vj...
Guest over 5 years ago in MongoDB Shell 0 Will Not Implement

Course M001: please bring back Chapter 0

Please put Chapter 0 (installation of MongoDB Shell and Compass) back into course M001. Subsequent chapters refer to the MongoDB Shell and show it being used, but students have not been stepped through the installation process. This chapter was re...
Guest over 5 years ago in MongoDB Shell 0 Will Not Implement

when you hit up, even if last command was an error, edit it

The most common use case to hit up on the keyboard is that I had a typo in the last command in the shell. When I hit up now, it goes to the most recent valid command not the most recent command. What it should do is retype the invalid command I ...
Guest over 5 years ago in MongoDB Shell 2 Will Not Implement

Access to %%args in Filters

Allow the access to %%args in filters. This would make it possible to make the apply_when of filters more dynamic by accessing the incoming queries. As of now, filters are completely static due not having access to any incoming information.
Guest about 6 years ago in Atlas Triggers and Functions 0 Submitted

Availability of Args in Function Context

Not sure if this is do-able already or not. Couldn't find documentation. I have a function that looks like exports = function(dbName, collectionName, pipeline){... I want to be able to access the arguments sent to the function in the Can Eval...
Guest over 6 years ago in Atlas Triggers and Functions 0 Submitted