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
155 B
Go
4 lines
155 B
Go
// Package rollback implements restoring the pre-migration backup and old binary on failure.
|
|
// See ARCHITECTURE.md §4.8 for the design.
|
|
package rollback
|