docs/source/upgrade.rst
If you’re familiar with previous releases of Hyperledger Fabric, you’re aware that upgrading the nodes and channels to the latest version of Fabric is, at a high level, a four step process.
For more information about capabilities, check out :doc:capabilities_concept.
For a look at how these upgrade processes are accomplished, please consult these tutorials:
upgrade_to_newest_version. This topic discusses the important considerations
for getting to the latest release.upgrading_your_components. Components should be upgraded to the latest
version before updating any capabilities.updating_capabilities. Completed after updating the versions of all nodes... note:: SDK applications can be upgraded separate from a general upgrade of your Fabric network.
The Fabric Gateway client API <https://github.com/hyperledger/fabric-gateway>_ has been tested with Fabric v2.5 and v3.0.
If you have not yet migrated to the Fabric Gateway client API,
you can migrate <https://hyperledger.github.io/fabric-gateway/migration/>_ while using a Fabric v2.5 network,
or after you have upgraded to a Fabric v3.0 network. The legacy SDKs are no longer maintained and are not compatible with new v3.0 Fabric features such as SmartBFT consensus.
.. toctree:: :maxdepth: 1 :caption: Upgrading to the latest release
upgrade_to_newest_version upgrading_your_components updating_capabilities enable_cc_lifecycle