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

Allow to pin specific MongoDB Agent version to be used

_**What is the problem that needs to be solved?**_ In some rare situations where upgrade of Cloud Manager's MongoDB Agent to the latest version leads to Golang panic (or any other critical issue) there's no way for Cloud Manager user to rollback M...
Guest over 5 years ago in Kubernetes 0 Planned

There have been at least a few issues on Kubernetes Community Operator related to PVC expansion, yet this is not documented anywhere.

There have been at least a few issues on Kubernetes Community Operator related to PVC expansion, yet this is not documented anywhere. Looking at closed issues, one may get an idea that this operation is impossible, but with the latest CSI it shou...
Guest almost 3 years ago in Kubernetes 0 Planned

Kubernetes Operator: Ops Manager backup infrastructure automated removal

MongoDB Kubernetes Operator can manage OpsManager Resources including Backup infrastructure. When Users want to disable backup infrastructure, the Operator does not remove BackupDeamon Stateful set or disables the backup configuration. This reques...
Guest about 6 years ago in Kubernetes 0 Will Not Implement

Combine reshardCollection+mongosynd idea to support a remote collection on a separate new cluster

Great for prod productivity and 99.999 SLA if mongo could support this, for example, Given "mydb.mycoll" in current cluster being sharded with {zip:1} shard key 1/ New cluster: sh.shardCollection( "mydb.mycoll", {name:1, phone:1} ) 2/ "Mongocopy...
Guest about 3 years ago in Replication & Sharding 0 Submitted

Provide comprehensive Helm Charts to deploy MongoDB Operator

Helm charts help simplify the deployment of complex systems and would make it easier to deploy Operator.
Guest over 6 years ago in Kubernetes 0 Submitted

Support $documents on shards

The new aggregation operator $documents cannot be used together with $merge in a sharded cluster, you get an error: ``` db.aggregate([ { $documents: [ { _id: ObjectId("6616b08a610fab3e84d2d4ee"), a: 'foo', shardKey: 1 }, ] }, { $merge: { in...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

Raise an error when "majority" writes not possible

This topic is related to https://www.mongodb.com/docs/v6.0/tutorial/mitigate-psa-performance-issues/ in a PSA ReplicaSet configuration. When you try to execute a command with writeConcern `{w: "majority"}` in a three-member Primary-Secondary-Arbi...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

Support creating backup db same as app db in Operator

No description provided
Guest over 3 years ago in Kubernetes 0 Will Not Implement

URL Decode `readPreferenceTags`

If a url encoded value is set to readPreferenceTags it will be ignored causing for instance connecting to analytics node impossible from tooling that correctly encodes the urls. It can look like this for instance: `readPreferenceTags=nodeType:ANA...
Guest about 4 years ago in Replication & Sharding 0 Submitted

Timeline on Server internal authentication via Keyfile

Hi Operator team, The K8s operator community edition README mentions the feature `Server internal authentication via keyfile` is in progress. My team is hoping to use this feature on our current project and wanted to ask what the timeline is for ...
Guest about 4 years ago in Kubernetes 0 Submitted