The gateway persists its state (servers, toolsets, users/tokens) in SQLite; a lost or corrupted file currently means reconfiguring from scratch.
- Periodic snapshot using SQLite's online backup API or
VACUUM INTO (safe while the gateway is running — plain file copy of a live db is not).
- Ship snapshots off-instance (e.g. Azure Blob) with retention.
- Document the restore path (place file, restart).
The gateway persists its state (servers, toolsets, users/tokens) in SQLite; a lost or corrupted file currently means reconfiguring from scratch.
VACUUM INTO(safe while the gateway is running — plain file copy of a live db is not).