I the last weeks I have completed the Principal Hyperledger-Composer tutorials and I have created a private network for testing some features.
I have noticed that if you close your PC or stop the fabric (./stopFabric
), and restart the private-network, it will be empty. You lose every action you perform in the network using the rest-server (add client, transaction history, etc).
Is there a way for saving my actions? Do I have to use a "multiple-organization-network" (https://hyperledger.github.io/composer/tutorials/deploy-to-fabric-multi-org) for maintaining the status of my data? I have to maintain always online a peer for not loosing my data?