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

CLI & Shell

Showing 35

Control logging behavior of mongosh

It should be possible to control the logging behavior of mongosh, for example: - verbosity - what to log / log level - retention time - whether logging is enabled or not
Guest about 3 years ago in MongoDB Shell 7 Completed

Official Docker Image for Atlas Search

It Could be very useful test Atlas search locally using a dedicated Docker Image, so it is portable to a Kubernetes cluster
Guest almost 2 years ago in Atlas CLI 1 Completed

Possibility to download binaries in advance, or start a deployment in docker images

The problem is the following: When I create a deployment during docker image build, it won't start the deployment during image execution but end in an endless spinner. Therefore I created a deployment which will at least the binary download to spe...
Guest over 1 year ago in Atlas CLI 1 Completed

Image execution in LXC

For our CI we use Github actions with self hosted runners, the server machines have Proxmox with LXC and Ubuntu. For automated tests we start a docker compose which should start the official atlas docker image. During deployment creation it fails ...
Guest over 1 year ago in Atlas CLI 1 Completed

Add support for AWS_PROFILE when authMechanism is MONGODB-AWS

Currently, when using MONGODB-AWS, it can only read the following variables: AWS ACCESS KEY ID AWS SECRET ACCESS KEY AWS SESSION TOKEN which forces you to export credentials or to paste them in the CLI. AWS has a variable called AWS_PROFILE tha...
Guest over 3 years ago in MongoDB Shell 1 Completed

Vi mode for MongoDB Shell

Please enable a 'vi' editing mode for the mongo shell. - Similar to vi mode in bash - Similar to https://www.npmjs.com/package/mongovi A first cut of key bindings would be: Basic command mode/editing mode toggling: i Insert before cursor Esc To...
Guest over 5 years ago in MongoDB Shell 3 Completed

Include MongoDB Shell (mongosh) and MongoDB Tools (mongoimport, mongoexport, mongodump, mongorestore) in Atlas Local Docker Image

Please add the mongo shell and database tools to the Atlas Local docker image (mongodb/mongodb-atlas-local). When working with MongoDB and docker, it is a frequent requirement to perform routine maintenance on the database, add seed data, initial...
Guest about 1 year ago in Atlas CLI 2 Completed

Add `atlas backups restores watch` command

I like the ability to monitor snapshot progress with `atlas snapshot watch`. It lets me wait for the snapshot to finish up before progressing on to some future step of an automated workflow. Could we add the same watch command to atlas backup re...
Guest about 3 years ago in Atlas CLI 6 Completed

Allow all IPs for local atlas deployments

Hello, we want to create a docker container which runs the atlas-cli with --type local, the base is the official mongodb/atlas docker image. We need this so we can work with atlas-search. The access list which can be provided during deployment se...
Guest almost 2 years ago in Atlas CLI 3 Completed

Add option for generating curl command

Currently when we are getting a 500 error back it is difficult to debug what is going wrong and we need to replicate the rest api call via curl. Would be nice to have an option in order to generate the curl command that replicates the mongocli ca...
Guest about 4 years ago in Atlas CLI 0 Completed