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 c9b7cfc commit 6a2fcdcCopy full SHA for 6a2fcdc
source/includes/extracts-clone-copy-db-examples.yaml
@@ -27,11 +27,4 @@ content: |
27
the uri or host, username, password and authentication
28
database.
29
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.*"
37
...
0 commit comments