File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Operations Guides
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
- upgrade_to_one_point_one
7
+ upgrade_to_newest_version
8
8
config_update
9
9
msp
10
10
configtx
Original file line number Diff line number Diff line change 1
- Upgrading from v1.0.x
2
- =====================
1
+ Upgrading to the Newest Version of Fabric
2
+ =========================================
3
3
4
- At a high level, upgrading a Fabric network to v1.1 can be performed by following these
4
+ At a high level, upgrading a Fabric network to v1.2 can be performed by following these
5
5
steps:
6
6
7
- * Upgrade binaries for orderers, peers, and fabric-ca. These upgrades may be done in parallel.
7
+ * Upgrade the binaries for the ordering service, the Fabric CA, and the peers.
8
+ These upgrades may be done in parallel.
8
9
* Upgrade client SDKs.
9
- * Enable v1.1 channel capability requirements .
10
+ * Enable the v1.2 capability.
10
11
* (Optional) Upgrade the Kafka cluster.
11
12
12
13
To help understand this process, we've created the :doc: `upgrading_your_network_tutorial `
13
14
tutorial that will take you through most of the major upgrade steps, including
14
- upgrading peers, orderers, as well as enabling capability requirements.
15
+ upgrading peers, orderers, as well as the capability. We've included both a
16
+ script as well as the individual steps to achieve these upgrades.
15
17
16
18
Because our tutorial leverages the :doc: `build_network ` (BYFN) sample, it has
17
19
certain limitations (it does not use Fabric CA, for example). Therefore we have
You can’t perform that action at this time.
0 commit comments