In-place upgrade tool for Stalwart Mail Server (0.15.5 -> latest) with checkpointed rollback and post-migration validation. Design stage; see ARCHITECTURE.md.
4 lines
174 B
Go
4 lines
174 B
Go
// Package checkpoint implements run-id and state.json persistence, resume logic, and rollback-window tracking.
|
|
// See ARCHITECTURE.md §5 for the design.
|
|
package checkpoint
|