Skip to content

Commit 5a8a4ae

Browse files
authored
DOCSP-38268 Remove MongoRestore Pipe Example (#149)
1 parent dcbaf55 commit 5a8a4ae

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

source/mongorestore/mongorestore-examples.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,20 +267,6 @@ options with the ``--gzip`` option.
267267

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

270-
.. _mongorestore-example-archive-stdin:
271-
272-
Restore a Database from Standard Input
273-
--------------------------------------
274-
275-
To restore from the standard input, run ``mongorestore``
276-
with the :option:`--archive <mongorestore --archive>` option but *omit*
277-
the filename. For example:
278-
279-
.. code-block:: sh
280-
281-
mongodump --archive --db=test --port=27017 | mongorestore --archive --port=27018
282-
283-
284270
.. _mongorestore-example-time-series:
285271

286272
Restore a Time Series Collection

0 commit comments

Comments
 (0)