DataHighway-DHX / node

DataHighway Node. A blockchain being built with Substrate to become a parachain on the Polkadot network. Planned features include a decentralized LPWAN roaming hub for LoRaWAN IoT devices and network operator roaming agreements, participative mining, an inter-chain data market, and DAO governance. http://www.datahighway.com
http://www.datahighway.com
GNU General Public License v3.0
52 stars 11 forks source link

Create a backup process for the chain data #209

Open ayushmishra2005 opened 3 years ago

ayushmishra2005 commented 3 years ago

In order to take a consistent backup of the chain DB we need to stop the node service, if we do this on a validator node it will get slashed so we need to run an archive node (full node), hook it up to Westlake, sync the chain and then run backups on that.