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

extend the requirements applied to resource tags.

We want to extend the requirements applied to resource tags. Right now we have a specific project whose requirements do not allow us to use tag values
Guest about 2 years ago in Atlas Triggers and Functions 0 Submitted

MongoDB should have a database backup system commit base for large self-management databases, like git commit.

There is already a mongodb backup tool mongodump but it is not a good solution for backing up large databases. We thought of making a CMS Platform with mongodb. Billions of websites can be created there. For such a large platform, the mongodump ba...
Guest over 1 year ago in Backup & Restore 1 Submitted

Add line number to function call error messages

A simple line number of where a function fails would be incredibly useful. And a function name would be important too for when a function calls another function.
Guest over 5 years ago in Atlas Triggers and Functions 3 Submitted

Support Azure blob storage with Ops Manager Backups

Hello, This is a request for Ops Manager to support Azure blob storage as a snapshot store. Currently the following snapshot store options are supported: blockstore, AWS S3 bucket, File System Store. While it may be possible to use an S3 API t...
Guest about 5 years ago in Backup & Restore 1 Submitted

Per-Shard Triggers to improve scalable/performance/resilience

In our geo-sharded cluster, we use Change Streams and Atlas Triggers. Most of our pipelines include an exact match for the shard key - so we can process the data in the same region where the data resides. However, due to the design of change str...
Boris Figovsky 6 months ago in Atlas Triggers and Functions 0 Submitted

Allow to pass user on Realm's Database Triggers

Currently I can create a Database Trigger, that when calling its Function I can restrict based on "%%user" - through "Can Evaluate". Though since the Function is called by a Trigger and therefore runs as a "system user" I cannot access the User ob...
Guest almost 4 years ago in Atlas Triggers and Functions 2 Submitted

Support for arrayFilters in Functions

Can we add arrayFilters and other array update capabilities that already exist in MQL? Its is difficult to update arrays, and very easy to update an array in MQL in node.js for example.
Guest over 6 years ago in Atlas Triggers and Functions 3 Planned

Realm Trigger Event Projection should support exclusion

Realm triggers with a projections must include "operationType": 1. This makes excluding fields impossible because, according to the documentation: if you exclude fields, you cannot also specify the inclusion of fields The only work around we hav...
Guest over 4 years ago in Atlas Triggers and Functions 2 Submitted

function sandbox

It would be great to have a function sandbox area, where you can write and called previously used functions (saved like notepad++ does) without having to create the function and commit it. This would be for trying thing out or performing quick t...
Guest almost 6 years ago in Atlas Triggers and Functions 0 Submitted

Disable point-in-time restores

It would be nice to have the ability to set the parameter "Allow point-in-time restores going back" to ZERO (disabling PIT restores). This could be useful in situation where a database is producing a lot of oplog and DBA wants to avoid the saturat...
Guest over 2 years ago in Backup & Restore 0 Future Consideration