Hyperledger Fabric Local Fabric binary version does not match this newer version of BYFN and is unsupported

0 votes

Hi.. I am trying to upgrade Hyperledger Fabric. To do this, i ran the following commands:

./byfn.sh down
git fetch origin
git checkout v1.1.0
./byfn.sh generate
./byfn.sh up -t 3000 -i 1.1.0

 But I am getting this error:

  LOCAL_VERSION=1.1.0-alpha
    DOCKER_IMAGE_VERSION=1.1.0
    =================== WARNING ===================
      Local fabric binaries and docker images are  
      out of  sync. This may cause problems.       
    ===============================================
    ERROR! Local Fabric binary version of 1.1.0-alpha does not match this newer version of BYFN and is unsupported. Either move to a later version of Fabric or checkout an earlier version of fabric-samples.

How can I solve this?

Nov 19, 2018 in Blockchain by slayer
• 29,350 points
6,557 views

1 answer to this question.

+1 vote

You need to first delete the existing and then download the higher version of Hyperledger Fabric. You can run the following commands to do this:

cd fabric-samples
rm -Rf bin
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.1.0


Hope it helps!

Join our Blockchain course today to learn more about it.

Thanks.

answered Nov 19, 2018 by Omkar
• 69,210 points

Hi,

As you suggest, first I have deleted and downloaded the new version but this time I got another error. 

Related Questions In Blockchain

0 votes
1 answer

Where does Hyperledger fabric store the public key and private key of the user?

It signs the transaction (eg. initiated by ...READ MORE

answered Mar 24, 2022 in Blockchain by Rahul
• 9,670 points
350 views
0 votes
1 answer

Where does Hyperledger fabric store the public key and private key of the user?

It signs the transaction with its private key ...READ MORE

answered Apr 11, 2022 in Blockchain by Rahul
• 9,670 points
598 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
729 views
+1 vote
1 answer
+1 vote
7 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP