Now that I've got my witness node running I want to be able to take snapshots so I can restart easily in case of computer reboot. How do I do that?
You are viewing a single comment's thread from:
Now that I've got my witness node running I want to be able to take snapshots so I can restart easily in case of computer reboot. How do I do that?
I think you have to stop running it first(I haven't tried it yet) then run
./run.sh dump_snap SNAPSHOTNAME
. Then it'll be located withindata/witness_node_data_dir/snapshot/
with the name that you chose.