Skip to content

Backups & Data

  • feltnerai.db — the SQLite database, plus temporary WAL/SHM files while running
  • encryption.key — used to decrypt provider API keys and custom secret headers

Administrators can use Admin → Server → Backup and restore to:

  • Export a consistent online ZIP snapshot containing feltnerai.db, encryption.key, and a versioned manifest.
  • Import a compatible FeltnerAI ZIP after validation. The server stages the files, shuts down SQLite cleanly, keeps a rollback copy, applies the restore, and restarts.

These map to POST /api/v1/admin/data/export and POST /api/v1/admin/data/import.

  1. Stop the FeltnerAI process.

  2. Copy the entire data directory (database and encryption.key).

  3. Restart the process.

The desktop Portal stores connection profiles in its application data directory and session credentials in the operating system credential manager. If secure storage is unavailable, the session stays in memory only and the user must sign in again after Portal closes.