File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ movePrimary
10
10
primary shard. The primary shard for a database holds all
11
11
un-sharded collections in the database. :dbcommand:`movePrimary`
12
12
is an administrative command that is only available for
13
- :program:`mongos` instances and is intended to be used when
13
+ :program:`mongos` instances. Only use :dbcommand:`movePrimary` when
14
14
removing a shard from a shard cluster.
15
15
16
16
:dbcommand:`movePrimary` changes the primary shard for this
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ db.createCollection()
55
55
db.createCollection("people", { size: 2147483648 })
56
56
57
57
This command provides a wrapper around the database command
58
- " :dbcommand:`create`. See the ":wiki:`Capped Collections <Capped+Collections>`"
58
+ :dbcommand:`create`. See the ":wiki:`Capped Collections <Capped+Collections>`"
59
59
wiki page for more information about capped collections.
60
60
61
61
.. STUB :doc:`/core/capped-collections`"
You can’t perform that action at this time.
0 commit comments