We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbaf55 commit 5a8a4aeCopy full SHA for 5a8a4ae
source/mongorestore/mongorestore-examples.txt
@@ -267,20 +267,6 @@ options with the ``--gzip`` option.
267
268
mongorestore --gzip --nsFrom="data.$prefix$_$customer$" --nsTo="$customer$.$prefix$"
269
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
284
.. _mongorestore-example-time-series:
285
286
Restore a Time Series Collection
0 commit comments