File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ content: |
9
9
10
10
.. cssclass:: copyable-code
11
11
12
- .. code-block::
12
+ .. code-block:: javascript
13
13
14
14
sh.stopBalancer()
15
15
@@ -26,7 +26,7 @@ content: |
26
26
27
27
.. cssclass:: copyable-code
28
28
29
- .. code-block::
29
+ .. code-block:: javascript
30
30
31
31
sh.getBalancerState()
32
32
@@ -260,7 +260,7 @@ content: |-
260
260
261
261
.. cssclass:: copyable-code
262
262
263
- .. code-block:: sh
263
+ .. code-block:: javascript
264
264
265
265
sh.setBalancerState(true)
266
266
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ Prerequisites
83
83
84
84
db.adminCommand( { setFeatureCompatibilityVersion: "3.4" } )
85
85
86
- For more information, see
87
- :dbcommand:`setFeatureCompatibilityVersion`.
86
+ For more information, see
87
+ :dbcommand:`setFeatureCompatibilityVersion`.
88
88
89
89
- Shard Aware
90
90
The shards in the |oldversion| sharded clusters must be shard aware
Original file line number Diff line number Diff line change @@ -686,17 +686,16 @@ Upgrade Procedures
686
686
687
687
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
688
688
689
- For specific details on verifying the
690
- ``featureCompatibilityVersion`` for upgrades, refer to the
691
- individual upgrade instructions.
689
+ For specific details on verifying and setting the
690
+ ``featureCompatibilityVersion`` and other
691
+ prerequisites/considerations for upgrades, refer to the individual
692
+ upgrade instructions:
692
693
693
- For upgrade instructions, see:
694
+ - :doc:`/release-notes/3.6-upgrade-standalone`
694
695
695
- - :doc:`/release-notes/3.6-upgrade-standalone `
696
+ - :doc:`/release-notes/3.6-upgrade-replica-set `
696
697
697
- - :doc:`/release-notes/3.6-upgrade-replica-set`
698
-
699
- - :doc:`/release-notes/3.6-upgrade-sharded-cluster`
698
+ - :doc:`/release-notes/3.6-upgrade-sharded-cluster`
700
699
701
700
If you need guidance on upgrading to 3.6, `MongoDB offers major version
702
701
upgrade services
You can’t perform that action at this time.
0 commit comments