Skip to content

Commit 6a2fcdc

Browse files
authored
DOCSP-38268 Add Piping Guidance to Examples (#139)
* DOCSP-38268 Add Piping Guidance to Examples * * * * * * * remove pipe example
1 parent c9b7cfc commit 6a2fcdc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/includes/extracts-clone-copy-db-examples.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,4 @@ content: |
2727
the uri or host, username, password and authentication
2828
database.
2929
30-
Alternatively, instead of using an archive file, you can
31-
:binary:`~bin.mongodump` the ``test`` database to the standard
32-
output stream and pipe into :binary:`~bin.mongorestore`:
33-
34-
.. code-block:: sh
35-
36-
mongodump --archive --db=test | mongorestore --archive --nsFrom="test.*" --nsTo="examples.*"
3730
...

0 commit comments

Comments
 (0)