5. [Advanced] - how to create snapDB on your server
If you running validator and an extra node together, you can use extra node to create a snanDB snaphot - smaller DB(120GB+) with only validator info - neither old state nor old transaction history.
SnapDB snapshots be the core team
Requirements
Creating a snapDB snapshot
sudo systemctl stop harmony.service
# we don't want some server reboot to start normal harmony service
sudo systemctl disable harmony.serviceLast updated
Was this helpful?