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

mongo tools pages do not seem to specify ssl as an option

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      e.g
      http://docs.mongodb.org/manual/reference/mongooplog/

      but the tool itself does specify ssl

      ./bin/mongooplog --help
      Pull and replay a remote MongoDB oplog.

      options:
      --help produce help message
      -v [ --verbose ] be more verbose (include multiple times for
      more verbosity e.g. -vvvvv)
      --version print the program's version and exit
      -h [ --host ] arg mongo host to connect to ( <set name>/s1,s2
      for sets)
      --port arg server port. Can also use --host
      hostname:port
      --ipv6 enable IPv6 support (disabled by default)
      --ssl use SSL for all connections
      -u [ --username ] arg username
      -p [ --password ] arg password
      --dbpath arg directly access mongod database files in the
      given path, instead of connecting to a mongod
      server - needs to lock the data directory,
      so cannot be used if a mongod is currently
      accessing the same path
      --directoryperdb each db is in a separate directly (relevant
      only if dbpath specified)
      --journal enable journaling (relevant only if dbpath
      specified)
      -d [ --db ] arg database to use
      -c [ --collection ] arg collection to use (some commands)
      -s [ --seconds ] arg seconds to go back default:86400
      --from arg host to pull from
      --oplogns arg (=local.oplog.rs) ns to pull from

      Attachments

        Activity

          People

            sam.kleinman Sam Kleinman (Inactive)
            gregor Gregor Macadam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              10 years, 51 weeks, 1 day ago