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

hourly backup retention

hourly backup retention. Why minimum a day, so 24 backups stored? For big databases, this is an amount of data and money
Guest about 5 years ago in Atlas Backups 1 Submitted

Option to take a Cloud Backup snapshot on destination cluster before restoring if Cloud Backup is enabled on it

An option should be provided to allow a user to take a snapshot of the destination cluster of a Cloud Backup restore before the restore is performed so that they can easily "revert" the restore if they need to (by just requesting a restore using t...
Guest about 5 years ago in Atlas Backups 0 Submitted

take snapshots off of the activity tab for maintenance.

When I select the maintenance filter on the activity feed all the daily snapshots show up. I feel like there should be a backup screen that shows all the snapshots on the activity feed. this would make the maintenance screen more precise and relev...
Guest about 5 years ago in Atlas Backups 0 Submitted

CronJob Live migration to second cluster in second project

It would be great to have a feature that schedule live migration from a replica set of a PROD cluster to a DEV cluster directly in ATLAS. The plus of this solution are : - I dont need a dedicated server to do this job on my side (deploy it, confi...
Guest over 5 years ago in Atlas Backups 1 Submitted

URI validation

I was building the URI in a spring configuration file as spring.data.mongodb.uri=${MONGODB_URI}/test?retryWrites=true&w=majority where MONGODB_URI came from a kubernetes secret (as it contains user & password) somehow a new-line had slip...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Provide a default alert for projects using Cloud Backup

Given how import backups are to an enterprise's business continuity plans, the set of common sense default alerts set by Atlas should include an alert for Cloud Backup on projects with Cloud Backup enabled. Either "CPS snapshot has been stuck in q...
Guest over 5 years ago in Atlas Backups 0 Submitted

Provide a default alert for projects using Cloud Backup

Given how import backups are to an enterprise's business continuity plans, the set of common sense default alerts set by Atlas should include an alert for Cloud Backup on projects with Cloud Backup enabled. Either "CPS snapshot has been stuck in q...
Guest over 5 years ago in Atlas Backups 1 Submitted

Create MSI package to install .NET MongoDB driver

I manage SQL Server. I would like to request standalone 32 and 64 bit MongoDB .Net Driver in MSI format. We typically do not install Development tools on SQL Server database hosts (no visual studio, no nuget.exe). So downloading the driver using p...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add non-EJSON as option for json utils

python and other drivers offer to-json utils. This makes taking a native rich shape complete with datetimes and byte[] and such and easily turning into bson (the best way!) or JSON. The utils offer options to modify the output representations of t...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
John Lilley almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted