Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 540 Bytes

node_backup

This role will template out the backup script and the backup Prometheus exporter. Also, it creates the relevant systemd units.
The nodes that we deploy on the same instance, are normal substrate nodes that are syncing the chain. The backup is made from the local database. These nodes don't have to do any other work other than synchronization.
Nodes are stopped during the backup process of the given chain because otherwise, the database will be changing during the backup. It corrupts the backup.