Status
A manual-only HP masternode backup flow has been prototyped in dash-network-deploy, scoped to hp_masternodes only.
Implemented so far:
- dedicated Ansible role to install backup tooling on HPMNs only
- separate install playbook and separate manual-run playbook
- manual GitHub Actions workflow scaffold for later UI-triggered runs
- kept isolated from normal deploy flow
Current backup behavior:
- no reboot
- no service stop
- no dashmate reset
- no container restart
- each HPMN creates its archive locally and uploads directly to S3
Storage
- bucket:
s3://dash-testnet-hpmns-backups
- region:
us-west-2
- public access blocked
- default server-side encryption enabled (
AES256)
- object naming includes network, host, UTC timestamp, and trigger label
Prototype validation
Validated on hp-masternode-1:
- backup tooling installed successfully
- one manual backup run completed successfully
- upload to S3 verified
- object metadata and archive manifest verified
Test artifact:
s3://dash-testnet-hpmns-backups/hpmn-backups/testnet/hp-masternode-1/20260414T111032Z_initial-test.tar.gz
Archive contents confirmed so far:
- dashmate config
- Tenderdash config directory
- gateway SSL files
- Core
llmq directory
Next steps
Related
Status
A manual-only HP masternode backup flow has been prototyped in
dash-network-deploy, scoped tohp_masternodesonly.Implemented so far:
Current backup behavior:
Storage
s3://dash-testnet-hpmns-backupsus-west-2AES256)Prototype validation
Validated on
hp-masternode-1:Test artifact:
s3://dash-testnet-hpmns-backups/hpmn-backups/testnet/hp-masternode-1/20260414T111032Z_initial-test.tar.gzArchive contents confirmed so far:
llmqdirectoryNext steps
Related