While migrating from kafka(Fabric 1.4.0)
to RAFT(fabric 1.4.3)
, in first step I am changing the state of network form NORMAL to MAINTENANCE
, after signing the block, when I send to the orderer, getting the following error.
Error: got unexpected status: BAD_REQUEST -- config update for existing channel did not pass maintenance checks: config transaction inspection failed: next config attempted to change ConsensusType.State to STATE_MAINTENANCE, but the capability is disabled
Can we enable channel capabilities for the network with version (1.4.0)?