docs(l2): add aligned failure recovery docs#5869
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for handling Aligned Layer failure scenarios when operating ethrex L2 in Aligned mode. The documentation covers various failure scenarios from temporary outages to permanent shutdown, providing operators with step-by-step recovery procedures.
Changes:
- Added a new failure recovery guide with 5 distinct failure scenarios and recovery procedures
- Added reference links to the failure recovery guide in existing Aligned documentation
- Included monitoring guidance and troubleshooting steps
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/l2/deployment/aligned_failure_recovery.md | New comprehensive guide covering 5 failure scenarios with detailed recovery procedures, SQL commands, and monitoring guidance |
| docs/l2/fundamentals/ethrex_l2_aligned_integration.md | Added reference link to the new failure recovery guide |
| docs/l2/deployment/aligned.md | Added failure recovery section with link to the new guide |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ilitteri
left a comment
There was a problem hiding this comment.
Looks good. SQL queries match actual schema, cross-references valid, well-structured.
Minor: consider verifying the exact CLI flag format (--proof-coordinator.proof-send-interval-ms) matches the implementation.
**Motivation** We are missing docs about how to react when Aligned Layer experiences failures, from temporary outages to permanent shutdown scenarios. **Description** Adds an Aligned failure recovery guide for operators **Checklist** - [ ] Updated `STORE_SCHEMA_VERSION` (crates/storage/lib.rs) if the PR includes breaking changes to the `Store` requiring a re-sync. Closes #5858
Motivation
We are missing docs about how to react when Aligned Layer experiences failures, from temporary outages to permanent shutdown scenarios.
Description
Adds an Aligned failure recovery guide for operators
Checklist
STORE_SCHEMA_VERSION(crates/storage/lib.rs) if the PR includes breaking changes to theStorerequiring a re-sync.Closes #5858