12118/how-to-store-data-in-hyperledger-fabric-after-restart
I am using Hyperledger Fabric v0.6 with docker. When I stop and restart the fabric and restart it, the data that was in the fabric was gone.
The code I use to stop and start is as follows:
docker-compose down
docker-compose start
When you use docker-compose down, all the data and the docker list is removed. To retain your data even after stopping and restarting, try this code to stop the fabric:
docker-compose stop
and then to start, use:
docker-compose up
In a Dev environment, you can first ...READ MORE
There are different ways data privacy in ...READ MORE
I know it is a bit late ...READ MORE
You won't have to overwrite the whole ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Try using ingress itself in this manner except ...READ MORE
There are two ways you can do ...READ MORE
you can use proof of Authority consensus ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.