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

All feedback

Showing 40

Ops Manager and Backup infrastracture Disaster Recovery support with K8s Operator

We have carried out tests with MongoDB v1.5.5 K8s Operator and Ops Manager 4.2.18 with Backup infrastructure (S3 Snapshots) in an Openshift 3.11 environment (MongoDB Support case attached). In this case, a "Disaster Recovery" simulation has been ...
Guest over 4 years ago in  0 Under Consideration

Create AppDB user with backup role to allow execution of mongodump

For the purpose of regularly performing backups of the AppDB using mongodump --oplog.
Guest about 5 years ago in  1 Under Consideration

Operator crashes when it doesn't have permissions to watch a namespace

If one of many namespaces does not set the permissions for the operator to watch the namespace, it throws exceptions and goes to crashLoopBackOff state. This is clearly a bug. One misconfigured namespace should never be able to take the operator d...
Guest over 1 year ago in  0 Under Consideration

Disable point-in-time restores

It would be nice to have the ability to set the parameter "Allow point-in-time restores going back" to ZERO (disabling PIT restores). This could be useful in situation where a database is producing a lot of oplog and DBA wants to avoid the saturat...
Guest almost 2 years ago in  0 Under Consideration

MongoDB kubernetes operator - follow recommended kubernetes object labeling -

Hi, i would like to thank you first for this operator, good job 👍 . It works well. Did you consider using this label convention for objects (statefulset, svc, secrets) https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labe...
Guest about 4 years ago in  0 Under Consideration

MongoDB Operator Deployment Env Variables Push Down

This is a feature request to have custom environment variables, configured in the MongoDB Operator's Deployment manifest, push down or propagate to all resources created by the Operator. For example, it may be desired to add environment variables...
Guest over 4 years ago in  0 Under Consideration

cross cluster lookup (kind of)

Hi, This is more of an add-on request for the aggregate(). Lets say we have two clusters , second clusters is derived from first cluster ( i-e some of the object ids in second cluster exist only in first cluster ). Now I want to do a lookup for ...
Guest over 2 years ago in Compass 1 Under Consideration

Ops Manager OIDC support for API

I would like to connect to MongoDB as part of a Terraform IaC project from bitbucket pipelines. Currently this is possible only through API keys. It would be great if there was support for OIDC as it provides rotated keys and solid support of va...
Guest over 2 years ago in  0 Under Consideration

Clarify Python vs PyMongo

When connecting to a Atlas cluster and selecting to connect via a Application you can select to connect with what "Driver" where you can select "Python". For new users, they might think that the Python library (https://www.python.org/doc/version...
Guest over 5 years ago in Atlas 0 Under Consideration

EmptyDir as data-volume and log-volume

spec: members: 1 type: ReplicaSet version: "4.4.5" statefulSet: spec: template: spec: volumes: - name: data-volume emptyDir: {} - name: log-volume emptyDir: {} This type of override would be very helpful for automated testing pipeline...
Guest about 4 years ago in  0 Under Consideration