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

Atlas Backups

Showing 135 of 4026

Restored snapshots from a dedicated instance to a serverless instance

I'd like to be able to spin up serverless instances for automatically provisioned dev/QA environments. I'd like to have production data available in them. So I'd like to restore a dedicated instance snapshot to a serverless instance.
Guest over 3 years ago in Atlas Backups 2 Submitted

API to list clusters that has snapshots on it- even deleted clusters

Today we use the API below to list the clusters that exists in a project https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Clusters/operation/listLegacyClusters GET https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/c...
Guest almost 3 years ago in Atlas Backups 0 Submitted

Restore protection similar to termination protection

A restore protection option similar to the termination protection for clusters. When a cluster has restore protection enabled, it can't be the target cluster for a restore operation. This will prevent accidental restores to the wrong target cluste...
Guest almost 3 years ago in Atlas Backups 0 Submitted

Sharded Cluster Snapshot Restores - Throttling and Src/Dst Mapping

When restoring a sharded cluster snapshot, provide a means of mapping the source shard replica set names to the target shard replica set names. This will allow users to predictably restore large/small shards to the appropriate target hosts. Curre...
Guest over 5 years ago in Atlas Backups 0 Submitted

snapshots without indexes

It would be great to have the option to save Atlas backup snapshots without indexes. When using TTL indexes, when the data is restored, it is automatically removed because it is expired. Being able to create snapshots without indexes would save a ...
Justin Costello almost 5 years ago in Atlas Backups 0 Future Consideration

Backup Snapshot Distribution: allow to choose which policies should be copied to other region

Currently we can choose only a policy type (e.g. hourly, daily). If we have multiple hourly policies with different retention times, we would like to choose which one should be replicated to another region. Currently it would replicate all the pol...
Guest over 1 year ago in Atlas Backups 0 Submitted

Preventing archives from being orphaned due to certain sharding operations

When performing a moveCollection operation to move an unsharded collection from one shard to another, it would be ideal if the archive did not become orphaned. It would likewise be ideal if resharding and disabling sharding on a collection did not...
Guest 8 months ago in Atlas Backups 0 Submitted

Allow disabling TTL Monitor (to allow restoring a snapshot)

Problem: If you are restoring a snapshot to check the data, or to look at old data, and the collection has a ttl index, then a snapshot, once restored, will immediately mark a bunch of records for deletion, thus making it impossible to examine, e...
Guest over 3 years ago in Atlas Backups 0 Submitted

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

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