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

Ability to make use of new S3 buckets without having to terminate backups

We would like to see the ability to "migrate" from an existing S3 storage to new S3 storage. Currently, when we create new S3 buckets for storing snapshots we can only make use of it when we terminate the existing backup stored in the "old" S3 buc...
Guest over 5 years ago in Atlas Backups 0 Submitted

Support external result viewers in interactive mode

The built-in viewer is basically unusable even for small result sets. I would like to be able open query results to neovim (where I have search, folding, infinite scrollback, etc.). Not sure how this would work with pagination (maybe just stream t...
Guest 9 months ago in MongoDB Shell 0 Submitted

Provide option to remove hidden node in NVMe clusters

NVMe clusters default to add a hidden node where backups are pulled from. This is due to the reduced durability of NVMe volumes. In cases where durability isn't a concern, I would like to disable backups and remove the hidden node altogether. The...
Guest almost 3 years ago in Atlas Backups 0 Submitted

disabling snapshots

When we disable de snapshot from one cluster, the following message is shown in the same page but it does not appear at the page that shows the changes that are being made It would be better if this message were also at the second page (as image...
Guest almost 3 years ago in Atlas Backups 0 Submitted

Accept-Range for backup download

The backup archives can be very large, and if my download is interrupted, without Accept-Range, it is not resumable. A length header is also missing, so the downloader doesn't know the size of the archive.
Guest over 5 years ago in Atlas Backups 3 Submitted

Make it possible to specify the key names in the Kubernetes Secret containing S3 access and secret access keys when configuring backups

Currently, the expected data key names in the Secrets referenced in the MongoDBOpsManager CR snippet below are hard-coded into the operator as "accessKey" and "secretKey". ``` apiVersion: mongodb.com/v1 kind: MongoDBOpsManager ... spec: backup:...
Guest 9 months ago in Atlas Backups 0 Submitted

Atlas GovCloud Archival

Please add the online archive feature for GovCloud
Guest 9 months ago in Atlas Backups 0 Submitted

Opt-in to backups being taken in a secondary region

Specifically taking backups in a secondary region, rather than copying the snapshots across to another region. This would enable nodes in the highest priority region to all have the same priority.
Guest over 4 years ago in Atlas Backups 0 Submitted

Cloud backup to new cluster

Two different ideas for this: -When building a new cluster having the option to build it using a cloud backup snapshot for DR when a cluster is down -Same idea to restore to a new cluster but from the restore target dropdown IE Restore to New clu...
John Meagher over 5 years ago in Atlas Backups 1 Submitted

Add support for db.exists() and collections.exists()

Add a db.exists() and collections.exists() so that it is easy to check whether a database or a collection exists. This will help to reduce the propensity to inadvertently create new dbs and collections when running a script due to typos.
Guest about 5 years ago in MongoDB Shell 2 Future Consideration