Backups & Data
What lives in the data directory
Section titled “What lives in the data directory”feltnerai.db— the SQLite database, plus temporary WAL/SHM files while runningencryption.key— used to decrypt provider API keys and custom secret headers
Online backup and restore (admin UI)
Section titled “Online backup and restore (admin UI)”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.
Consistent offline backup
Section titled “Consistent offline backup”-
Stop the FeltnerAI process.
-
Copy the entire data directory (database and
encryption.key). -
Restart the process.
Portal data
Section titled “Portal data”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.