Skip to content

DOCS-1426 remove fields and fieldFile options from mongooplog #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions source/reference/mongooplog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,21 +153,6 @@ Options
option is only relevant when specifying the :option:`--dbpath`
option.

.. option:: --fields [field1[,field2]], -f [field1[,field2]]

Specify a field or number fields to constrain which data
:program:`mongooplog` will migrate. All other fields will be
*excluded* from the migration. Comma separate a list of fields to
limit the applied fields.

.. option:: --fieldFile <file>

As an alternative to ":option:`--fields <mongooplog --fields>`" the
:option:`--fieldFile` option allows you to specify a file
(e.g. ``<file>``) that holds a list of field names to *include* in
the migration. All other fields will be *excluded* from the
migration. Place one field per line.

.. option:: --seconds <number>, -s <number>

Specify a number of seconds of operations for :program:`mongooplog`
Expand Down