Skip to content

Ops Tools

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

33 results found

  1. mongoimport: trap SIGUSR1 to flush buffer

    If mongoimport is run in the background as a daemon, the user doesn't have many good ways to manually flush the buffer from a scripting standpoint. By default mongoimport flushed data every 1000 documents.

    This feature as already requested at https://jira.mongodb.org/browse/TOOLS-2773 but was closed. I still have the hope that it will be introduced somewhere in future release.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  2. Release Cadence to allow pegging Minor Version Upgrades prior to GA of next Major Release

    Issue:
    Current requirement to enable 'auto upgrades' to test and take advantage of Minor version updates (Example: 6.x.x >> 6.y.x). As a larger company with a 2-4 week release cycle in our products, we have seen need to start testing a Minor version upgrade to the current Major GA Release (Recent example below).

    Scenario where this could be a problem in summary (See detailed real world story further down):
    - Customer sees a new feature they wish to try.
    - Customer is pegged to last major version upgrade (currently 6.0.x) to allow for pegging the version in production
    - Customer…

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  3. MongoDB Tools Apple Silicon native version

    6.0 now has a native release for Apple Silicon, but the tools are still compiled for x86_64. The https://github.com/mongodb/mongo-tools/blob/master/PLATFORMSUPPORT.md seems to point towards new platform support on internal systems like https://evergreen.mongodb.com/distros - can we get a native build of the tools ?

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  4. mongocli output text format not displaying all information

    mongocli output text format not displaying all information where as json format dispalying all, if text can display same information as in Json. Will be helpful in updating the alerts etc.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  5. CRUD Operations history

    We have many number of API/Micro service teams to consume the Mongodb for the data feeding. Sometimes, they ask the CRUD(Insert/Update/Delete queries , not the payload and actual data) history they performed in past. I don't see any option in mongodb how to retrieve those details?

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  6. Add two more entries to the sample_training.zips collections

    The lab task currently can be solved without paying attention to the difference between the $lt vs $lte and $gt vs $gte operators:

    MongoDB Enterprise atlas-7ooiae-shard-0:PRIMARY> db.zips.find({"pop" : { $gte: 5000,$lte: 1000000}}).count()
    11193
    MongoDB Enterprise atlas-7ooiae-shard-0:PRIMARY> db.zips.find({"pop" : { $gt: 5000,$lt: 1000000}}).count()
    11193

    Adding two more documents (one with 5000 and the other one with 1000000 "pop" value) would draw attention to this difference

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  7. 1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  8. Support for cPanel

    Cpanel doesn't have any support for Mongodb

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  9. 1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  10. mongoimport should assume json with arrays

    When running something like "mongoimport --host Cluster0-shard-0/cluster0-shard-00-00-MY.mongodb.net:27017,cluster0-shard-00-01-MY.mongodb.net:27017,cluster0-shard-00-02-MY.mongodb.net:27017 --ssl --username MYUSER --password MYPASS --authenticationDatabase admin --db db --collection coll --type json --file D:\downloads\records.json". You get error "2019-09-28T15:40:34.076-0600 Failed: cannot decode array into a D". You have to use the "--jsonArray". Why wouldn't this be the default. Almost all JSON objects have arrays via mass import/export. Worse case, it should give a better error message.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  11. It would be perfect, If I have "Credential ID" and "Verification Link" for courses that I have completed. Yes, I know, MongoDB provides t

    It would be perfect,

    If I have "Credential ID" and "Verification Link" for courses that I have completed.

    Yes, I know, MongoDB provides this information for professional certified developer, but

    Why not for the certificate of completion?

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  12. mongocli feature request : add an option to specify the path to the CA file in the mongocli configuration.

    Currently while using mongocli to connect to Ops Manager via https, one needs to add the public CA certificate to local system's trusted certificate store. Please add a parameter in the configuration file where one can specify the path to the local CA file

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  13. University MongoDB - Provide explicit Shell Address to Databases

    In places in the text in different units it says:
    "We are connected to the class atlas cluster from Compass".

    You could please be explicit with what that address is, since if one is coming back after a couple of days break and have forgotten how to connect to Compass or Mango Shell. If a link to that is provided its a lot faster to be back on track.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
2 Next →
  • Don't see your idea?

Feedback and Knowledge Base