Skip to content

Commit

Permalink
DOCSP-38268 Remove MongoRestore Pipe Example (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb authored Apr 19, 2024
1 parent dcbaf55 commit 5a8a4ae
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions source/mongorestore/mongorestore-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,20 +267,6 @@ options with the ``--gzip`` option.

mongorestore --gzip --nsFrom="data.$prefix$_$customer$" --nsTo="$customer$.$prefix$"

.. _mongorestore-example-archive-stdin:

Restore a Database from Standard Input
--------------------------------------

To restore from the standard input, run ``mongorestore``
with the :option:`--archive <mongorestore --archive>` option but *omit*
the filename. For example:

.. code-block:: sh

mongodump --archive --db=test --port=27017 | mongorestore --archive --port=27018


.. _mongorestore-example-time-series:

Restore a Time Series Collection
Expand Down

0 comments on commit 5a8a4ae

Please sign in to comment.