Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-1671

bsondump cannot read --gzip compressed filesq

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.4.4
    • Component/s: bsondump
    • Environment:
      3.4.4

      It appears mongodump and mongorestore support gzipped bson files but bsondump does not.

      This can be troublesome on large files as this requires a full "gunzip" of the gzipped-bson just so it can be read.

      To add to the trouble, because oplog.bson does not have a proper .gz extension when gzipped, gunzip won't uncompress it until it has a .gz extension (an issue for another time).

      I'd like to request bsondump support the --gzip flag to align with the other tooling. Thanks!

            Assignee:
            Unassigned Unassigned
            Reporter:
            tvaillancourt Tim Vaillancourt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: