v0.4.0 - Automatic Pre-Restore Backup Creation
What's New in v0.4.0
This release adds opt-in automatic pre-restore backup creation for staging restore applies. The server runner can now create matching database/file backup evidence immediately before a staging restore apply, then continue through the existing dry-run and confirmation gates.
Highlights
- Adds
restore-apply --create-pre-restore-backup=1 - Creates matching pre-restore database/file evidence before staging apply
- Verified with a real combined restore rehearsal on
alyntdrime.sitesmain.com
Changelog
Added
- Added optional
restore-apply --create-pre-restore-backup=1support so staging restores can create matching pre-restore database/file backup evidence immediately before apply.
Upgrade Notes
No breaking changes. Production restore is still not enabled; this remains staging-only and confirmation-gated.