How do I create a backup snapshot of a node?
Install lz4
sudo apt install lz4Stop the node
sudo systemctl stop mantrachaindCreate the snapshot
tar -c -C $HOME/.mantrachain data/ wasm/ | lz4 - mantrachain_$(date +"%d-%m-%Y-%H-%M").lz4Start the node
sudo systemctl start mantrachaindPreviousHow can I connect a validator from an older testnet to the newest testnet?NextHow do I restore a node from a snapshot?
Last updated