synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Restoration of blockchain data from secondary node #130

Open AhirBudhnya opened 4 years ago

AhirBudhnya commented 4 years ago

Hi,

We are trying to setup multiple nodes in QUorum maker to make one node as a backup to be used in case the primary node fails for some reason. We are able to deploy our smart contract successfully but we find that the node directory gets populated with the contract address in the first node only but not in the second node.

Can quorum maker be used to have two nodes configured in "fault-tolerance" mode in such a way that if one node goes down, the front end application can still recover the blockchain data from the second node configured in quorum maker?

If so, kindly let us know the procedure for the same.