Skip to content

Stronghold v1.2.0 - Full-Chain Recovery Coverage

Latest

Choose a tag to compare

@mehdi-arfaoui mehdi-arfaoui released this 15 Apr 14:16
· 41 commits to main since this release

What's new

Full-Chain Recovery Coverage

Stronghold now traces the complete recovery path for each service
and evaluates every step individually.

stronghold explain database

Recovery Chain — database (0/5 proven · weighted 0%)
Step 1 ✗ prod-db-primary restore BLOCKED (no backup plan)
Step 2 ✗ prod-db-replica failover BLOCKED (no replica exists)
Step 3 ~ payment-cache warmup OBSERVED (never tested)
Step 4 ~ payment-api redeploy OBSERVED (never tested)
Step 5 ~ healthcheck validation OBSERVED (never tested)

Each step is classified as proven (tested), observed (config seen
but never tested), blocked (failing rules), or unknown. Steps are
weighted by role — an unproven datastore is more critical than an
unproven compute node.

Install

npx @stronghold-dr/cli@1.2.0 demo
npx @stronghold-dr/cli@1.2.0 explain database
npx @stronghold-dr/cli@1.2.0 graph