Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-5178

Comment on: "manual/reference/program/mongorestore.txt"

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: manual
    • Environment:

      Hi,

      There's a '-' missing in the example of:

      You can also pipe data directly into to mongorestore through standard input, as in the following example:

      zcat /opt/backup/mongodump-2014-12-03/accounts.people.bson.gz | mongorestore --collection people --db accounts
      

      The example should be:

      zcat /opt/backup/mongodump-2014-12-03/accounts.people.bson.gz | mongorestore --collection people --db accounts -
      

      with the final '-'.

            Assignee:
            Unassigned Unassigned
            Reporter:
            alex.sobrino@gmail.com Alex Sobrino
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 50 weeks, 5 days ago