Backup/restore node instance
Overview
Base folders
Create backup from a running node and restore for new node
Backup
$ polygon-edge backup --grpc-address 127.0.0.1:9632 --out backup.dat [--from 0x0] [--to 0x100]Restore
Back up/Restore Whole data
Step 1: Stop the running client
Step 2: Backup the directory
Restore
Step 1: Stop the running client
Step 2: Copy the backed up data directory to the desired folder
Step 3: Run the ZChains client while specifying the correct data directory
Last updated