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

Alert for backup policy changes

It would be great to have an alert that notifies you when someone edits the backup policies. This would be good to validate and everyone to be aware of, because a bad change can cause major problems if it is necessary to restore a backup.
Guest over 5 years ago in Atlas Backups 2 Submitted

Backup persistence after termination should be standard

It is odd that snapshots are tied to clusters and lost/destroyed when clusters are terminated. Snapshots have their own retention policies for a reason. Persistence after cluster termination should be the rule, not the exception.
Guest over 2 years ago in Atlas Backups 0 Submitted

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua 5 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Using Online Archive with Customer Encryption Keys

I'd like to use Online Archive but I need to use Encryption Keys that my company manages, not ones provided by MongoDB.
Guest almost 6 years ago in Atlas Backups 0 Submitted

Codec key/value support

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Trying to serialise objects using Mongo java codecs. The codec is unaware of if the target is a key or a value, which mean...
David Kilburn 5 months ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Restore atlas cluster backup to differently encrypted Project

If we take a volume snapshot backup from one project which is encrypted with encryption key A, we need to restore it into another project with Encryption key B . If we use Live migrate for this, it may take more time than volume snapshot restore....
Guest about 4 years ago in Atlas Backups 1 Submitted

Support Azure Blob Storage in addition to AWS S3 for Online Archive

Currently, there is only one option to store the archive data and that is in AWS S3 buckets. We have contractual obligations with clients to store data in Azure. It would be great if MongoDB gave an Azure alternative to AWS S3 like Azure Blob Stor...
Guest over 3 years ago in Atlas Backups 4 Submitted

Estimated Filtered Count

Hi, We are currently using a pattern where we use a find(query).limit(x) and a count(query) with $near to find x results and display the overall count. Using this pattern, we are able to pass the same query to find and count. However that count m...
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow assignment of Backup Resources before starting Backup Job

For very large clusters, ideally backup resources should be assignable before the backup begins. For each shard and config server, assignment of the following would assist in scaling Ops Manager backups. * Snapshot Store * Oplog Store * Backup Da...
Stephen Jamieson about 6 years ago in Atlas Backups 2 Submitted

Multi-collection bulk write support for Spring Data

As of MongoDB 8, the bulk write feature can support writing to multiple collections in the same bulk write operation. This is unfortunately not supported in Spring Data for MongoDB, which is very frequently used by our customers.
Guest 6 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted