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

Aggregations should allow an empty sort stage instead of returning an error

When you run an aggregation pipeline that contains an empty sort stage (like `{"$sort": {}}`) MongoDB returns the error message "$sort stage must have at least one sort key". It would be really helpful if such a stage would work and simply not app...
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Permission level to query snapshots

Right now I have to give an admin permission to allow someone on my team to query snapshots from a backup (i.e. downloading the tunnel file). I don't want to give an admin permission just to allow our data analysts or a developer trying to underst...
Guest over 5 years ago in Atlas Backups 0 Submitted

Provide a granular mechanism to disconnect and disable all active sessions during a planned maintenance.

Provide a per cluster mechanism to shut off client access for restore operations.
Guest almost 6 years ago in Atlas Backups 1 Submitted

Smart backup scheduler (deferring snapshot backups X minutes based on load metrics)

seems like a potential enhancement for the snapshot schedule to consider cpu/connection/etc load metrics before deciding to run or not
Guest almost 6 years ago in Atlas Backups 0 Submitted

Use the User's Profile Time Zone for PIT Restore

When viewing Cloud Provider Snapshot information, all dates are listed in the time zone on the User's profile. However, the date/time to be entered when trying to perform a PIT restore has to be entered in UTC time. This is asking a lot of someone...
Guest about 6 years ago in Atlas Backups 0 Submitted

Sorting support on Array fields.

Presently, I'm attempting to arrange(sort) the documents within my collection based on a key nested within an array object. However, sorting isn't functioning as expected in this scenario. A proper explanation with example is here what I mean. ht...
Guest about 2 years ago in Querying & Aggregations 0 Submitted

Provide size (in bytes) in `GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots` Public API call for each `snapshotId`

*What is the problem that needs to be solved?* Provide size (in bytes) in `GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots` Public API call for each `snapshotId` *Why is it a problem? (the pain)* You're doing your own automation w...
Guest about 6 years ago in Atlas Backups 0 Submitted

Need granular export details while exporting cloud backup to aws

Right now we get the notification when the cloud backup is successfully exported to AWS S3. We need some granularity details in the notifications such as no of collections, size of collection/db, etc...
Guest over 4 years ago in Atlas Backups 0 Submitted

Restrict Atlas access to use only specified folders within an S3 bucket

We are looking to further restrict Atlas access to use only specified folders within an S3 bucket. so that it provides more granulated access
Guest about 2 years ago in Atlas Backups 0 Submitted

JSON

I'm converting a lot of data for export from MongoDB -> Postgresql I would like an aggregation function to convert an object to JSON { "$addField": { "_id": true, "json": { '$convert': { 'input': '$subdocument', 'to': 'json', # // Id...
Guest about 2 years ago in Querying & Aggregations 0 Submitted