fablo icon indicating copy to clipboard operation
fablo copied to clipboard

Network upgrade / manage network lifecycle

Open dzikowski opened this issue 4 years ago • 2 comments

Introduce or improve commands to manage network lifecycle, for example:

  • [ ] install new chaincode (it should install it in the network and update Fablo config file)
  • [ ] upgrade chaincode (right now it can upgrade existing chaincode, but does not change Fablo config file)
  • [ ] change MaxMessageCount or other config params (right now it is not possible for a running network; you can do it before network starts with hooks)
  • [ ] Add channel (not possible for a running network)
  • [ ] Change peer number (not possible for a running network)
  • Remove channel/chaincode/org (not possible for a running network)

This comment is up to date with Fablo 1.1.0

dzikowski avatar Jan 28 '21 12:01 dzikowski

Hi @dzikowski , I'm looking for:

  • Change peer number
  • Remove channel/chaincode/org

Via Fablo-config.json file Can the current version (1.1.0) can do this?

ramsey-dao-dmtp avatar Oct 19 '22 09:10 ramsey-dao-dmtp

Unfortunately no. Right now we don't support many changes when the Fablo network is running. You can configure orgs, channels, chaincodes etc. before the network is started. I extended the initial comment to reflect the current state.

dzikowski avatar Oct 19 '22 11:10 dzikowski