Backups#
Back Up#
- node config overrides
wallet.datand wallet mnemonic/seed material- Docker
.envfiles - Rosen watcher and guard
local.yaml - PostgreSQL dumps for guard, watcher, explorer, and custom indexers
- indexer schema/migration state
- reverse-proxy config and TLS renewal config
Do Not Treat As Enough#
- synced blockchain data alone
- container images alone
- public explorer history
- screenshots of config
Restore Drill#
At least once, restore onto a non-production host:
- Restore config and secrets.
- Restore DB dump or volume.
- Start service on private ports.
- Check API health.
- Confirm node/index/watcher heights.
- Confirm wallet address matches expected operator address.