Skip to content

Backups for the gateway's SQLite database #3

Description

@selic

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions