FN-5407 adds paired central backup support to the Fusion task management system, with both the core backup engine and CLI commands updated to handle central database backup pairs. Documentation was updated to reflect the new capability, and two stabilization fixes were included to handle central bac Fusion-Task-Id: FN-5407
477 B
477 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| minor |
fn backup now also snapshots the central database (~/.fusion/fusion-central.db)
alongside the per-project database. Scheduled and manual backups produce a paired
fusion-central-<timestamp>.db file in .fusion/backups/; fn backup --list,
--cleanup, and --restore operate on the pair. Restoring a fusion-central-*
file restores only the central DB. A missing central DB is skipped silently and
does not fail the project backup.