File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ copy = "©"
183
183
ent-build = " MongoDB Enterprise"
184
184
year = " 2020"
185
185
bi = " MongoDB Connector for BI"
186
- version = " 4.2 "
186
+ version = " {+version+} "
187
187
188
188
189
189
[constants ]
190
- package-branch = " 5.0" # For rc = testing. For GA, will be 4.2.
191
- windows-dir-version = " 5.0" # The wizard installs in 4.2 branch
190
+ package-branch = " 5.0"
191
+ windows-dir-version = " 5.0" # wizard
192
192
package-name-org = " mongodb-org"
193
193
package-name-enterprise = " mongodb-enterprise"
194
194
version = " 5.0"
Original file line number Diff line number Diff line change @@ -1853,11 +1853,7 @@ opWriteConcernCounters
1853
1853
:header-rows: 1
1854
1854
:widths: 20 80
1855
1855
1856
- <<<<<<< HEAD
1857
- * -
1858
- =======
1859
1856
* - Specified ``w``
1860
- >>>>>>> 764cc625d... DOCSP-14865 update list table header rows for NextGen
1861
1857
- Description
1862
1858
1863
1859
* - ``"wmajority"``
Original file line number Diff line number Diff line change @@ -387,7 +387,9 @@ Core Options
387
387
Specifies a JavaScript file to run and then exit. Generally this should
388
388
be the last option specified.
389
389
390
- .. optional:: To specify a JavaScript file to execute *and* allow
390
+ .. optional::
391
+
392
+ To specify a JavaScript file to execute *and* allow
391
393
:program:`mongo` to prompt you for a password using
392
394
:option:`--password`, pass the filename as the first parameter with
393
395
:option:`--username` and :option:`--password` as the last options, as
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ instance.
55
55
name of the replica set and specify a member of the set. In
56
56
production deployments, all shards should be replica sets.
57
57
58
- .. optional:: You can instead use the :dbcommand:`addShard` database
58
+ .. optional::
59
+
60
+ You can instead use the :dbcommand:`addShard` database
59
61
command, which lets you specify a name and maximum size for the
60
62
shard. If you do not specify these, MongoDB automatically assigns
61
63
a name and maximum size. To use the database command, see
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ Convert Secondary to Arbiter and Reuse the Port Number
65
65
66
66
mv /data/db /data/db-old
67
67
68
- .. optional:: You may remove the data instead.
68
+ .. optional::
69
+
70
+ You may remove the data instead.
69
71
70
72
#. Create a new, empty data directory to point to when restarting the
71
73
:binary:`~bin.mongod` instance. You can reuse the previous name. For
@@ -176,4 +178,6 @@ Convert Secondary to Arbiter Running on a New Port Number
176
178
177
179
mv /data/db /data/db-old
178
180
179
- .. optional:: You may remove the data instead.
181
+ .. optional::
182
+
183
+ You may remove the data instead.
You can’t perform that action at this time.
0 commit comments