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

Add a command to change date format when logrotate is used

After testing db.adminCommand( { logRotate : 1 } ), the following file was generated: /var/log/mongodb/mongod.log.2021-07-05T15-09-17. It would be good to add command to change date format. E.g. yyyymmdd-hhmmss and also it could be specified as va...
Guest almost 5 years ago in MongoDB Shell 1 Submitted

Import existing MongoDB deployments

There should be a way to import existing MongoDB deployments with mongocli. This would allow the automated provisioning of Ops Manager instances in cases where MongoDB deployments already exist. In addition we would be able to import the applicati...
Guest almost 5 years ago in CLI & Shell 0 Submitted

Change naming conventions to more inclusive terms. For example "slaveDelay" to "workerDelay" or "rs.isMaster" to "rs.isMain"

There is an initiative in the tech community to replace non-inclusive terms with more inclusive ones and I'd like to get the community's take on it. I think the biggest offenders are terminology referring to "slaves" and "masters", but I'm sure th...
Guest almost 5 years ago in MongoDB Shell 2 Started

Improvements to Terminal Shell (split)

It would be nice that When the VSC extension is added, it creates an entry in the integrated terminal settings (terminal.integrated.automated.windows/mac) like: - "MongoDB": { "path": "mongo", "args": ["$Env:MDB_CONNECTION_STRING"] } Which I c...
Guest almost 5 years ago in IDEs 3 Submitted

Improvements to Terminal Shell (split)

It would be nice that When the VSC extension is added, it creates an entry in the integrated terminal settings (terminal.integrated.automated.windows/mac) like: - "MongoDB": { "path": "mongo", "args": ["$Env:MDB_CONNECTION_STRING"] } Which I c...
Guest almost 5 years ago in IDEs 0 Submitted

Playground Results should appear in same panel as Terminal

The current behavior is to place Playground Results in a new document tab. It would be much more user friendly to place results in the bottom panel (next to Terminal, Problems, etc) to take advantage of vertical space.
Guest almost 5 years ago in IDEs 1 Will Not Implement

Paginate shell output

When running a query or a command that returns a long output, the content scrolls off the screen and cannot be seen without using the terminal scrollbar. It would be nice if the content would only scroll to screen boundaries and pause like `more`...
Guest almost 5 years ago in MongoDB Shell 0 Submitted

Handle 64bit numbers correctly

Javascript doesn't support 64bit internally, so if I try in Chrome/console: x = 285870311191169181, it becomes 285870311191169180, and the same thing happens in VS Code. The solution would be to return a NumberLong("285870311191169181") text resul...
Guest almost 5 years ago in IDEs 0 Submitted

Please let the toolkit refresh database status more freequently

Please let the toolkit refresh database status more freequently. You guys can having a try,to use playground create a new database,and then the database status doesnt appear the new database at all.Just need reloading VS Code and then i could foun...
Guest about 5 years ago in IDEs 0 Submitted

Code linting when you save a .mongodb file

It would be nice to have the code cleaned up when you save a .mongodb file
Guest about 5 years ago in IDEs 0 Submitted