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

Integrating Ops manager with other enterprise tools

Increasing foot print and creating a a smooth integration for customer environment for Mongodb by making it ready to plug and play for any enterprise. Big enterprises will have their own backup, monitoring and automation platforms. Mongodb or ops ...
Guest over 3 years ago in Backup & Restore 0 Submitted

Allow disabling auto removal for capped collections

Capped collections work as a circular buffer - when adding new documents after the size limit is reached, old documents are removed. I would like to have an option for the collection, where this behavior can be changed - instead of removing old ...
Guest over 2 years ago in Storage & Transactions 0 Submitted

Added features to improve backup performance on filesystem

Currently, the ability to use multiple workers in Ops Manager is only available for S3. If possible adding this capability, or additional enhancements, to filesystem storage would be beneficial.
Guest over 2 years ago in Backup & Restore 0 Submitted

Ops Manager should allow to perform restore/recovery on individual replica node

Currently Ops manager automatic restore process does not support restoring snapshots to a single node of a existing replicaSet instead Ops Manager restore snapshots to an existing replicaSet. This will be require in case any individual replica nod...
Guest over 2 years ago in Backup & Restore 0 Submitted

Support for Transaction Savepoints (Nested Transactions)

The ability to partially rollback transactions to a specified point.
Guest over 5 years ago in Storage & Transactions 1 Submitted

tail queries functionality

We'd like to log the underlying MongoDB queries issued against the database. Similar to https://github.com/mrsarm/mongotail but something official
Guest almost 3 years ago in Storage & Transactions 0 Submitted

Expose individual command execution time

Many MongoDB drivers currently expose events (CommandSucceededEvent say) which provide an elapsed time. However, that elapsed time is the round-trip time, which is not super useful as that can be measured by a programmer manually. It would be neat...
Guest almost 3 years ago in Storage & Transactions 0 Submitted

Allow configuring Ops Manager to bypass Proxy for the S3 on-prem

Allow configuring Ops Manager to bypass Proxy for the S3 on-prem. Configuring the S3 Blockstore also respects the Ops Manager Proxy settings. This is not practical if it is the S3 on-prem which typically does not require external (Internet) access.
Guest almost 6 years ago in Backup & Restore 0 Submitted

Allow honorSystemUmask to be set on Ops Manager HEADDBs

If honorSystemUmask is set to false, new files created by MongoDB have permissions set to 600, which gives read and write permissions only to the owner. New directories have permissions set to 700. As a result it makes it difficult to read the HE...
Stephen Jamieson about 6 years ago in Backup & Restore 0 Submitted

Lock the document field (not the entire document)

Hi according to this reference: https://www.mongodb.com/blog/post/how-to-select--for-update-inside-mongodb-transactions When I lock a document with a field with a new ObjectID, the whole document is locked! Idea : Operations: i have three fiel...
Guest about 3 years ago in Storage & Transactions 0 Submitted