You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: disable backup feature by default
Backup is now opt-in rather than opt-out. Users who need backup
before applying updates must explicitly set BackupEnabled = true
or set the BACKUP environment variable to true.
This reduces unnecessary I/O and storage consumption for users who
don't require rollback capability. Rollback via backup remains fully
functional when enabled.
Option.BackupEnabled default: true -> false
BackupConfig.Enabled default: true -> false
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: update backup tests to match new default (false)
Test assertions that expected BackupEnabled default to be true now
expect false. Also renamed Options_BackupEnabled_DefaultIsTrue to
Options_BackupEnabled_DefaultIsFalse for clarity.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments