Files
fusion/.changeset/FN-5407-central-db-backup.md
Fusion (runfusion.ai) 2baaad743a feat(FN-5407): add paired central backup support to backup command and stor
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
2026-05-20 20:05:08 -07:00

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.