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
This commit is contained in:
Fusion (runfusion.ai)
2026-05-20 20:02:19 -07:00
committed by gsxdsm
parent 1a5aff9c44
commit 2baaad743a
10 changed files with 537 additions and 230 deletions

View File

@@ -0,0 +1,10 @@
---
"@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.