christo4ferris
christo4ferris

Reputation: 4037

How do I upgrade from Hyperledger Fabric 1.0 to 1.1?

I have an existing Hyperledger Fabric 1.0.x install, how do I perform an upgrade to the new 1.1 release(s)?

Upvotes: 0

Views: 648

Answers (2)

christo4ferris
christo4ferris

Reputation: 4037

At a high level, upgrading a Fabric network can be performed with the following sequence:

  1. Update orderers, peers, and fabric-ca. These updates may be done in parallel.
  2. Update client SDKs.
  3. Enable v1.1 channel capability requirements.
  4. (Optional) Update the Kafka cluster.

The details of each step in the process are described in the documentation.

Upvotes: 2

lissdy
lissdy

Reputation: 371

For my development environment, I deleted 1.0.5 images(emptied bin folder) and executed the command:

enter image description here

Upvotes: 0

Related Questions