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
167 B
Go
4 lines
167 B
Go
// Package plan implements the version-boundary migration plans (ordered step lists) that the engine executes.
|
|
// See ARCHITECTURE.md §4 for the design.
|
|
package plan
|