Skip to main content
Admin › Settings › Database
This page provides backup/migration of system settings and the database. It differs from Database (DbSphere), which handles SQL data in the workspace.
Export or import admin settings (Config) and the database as files for cross-environment migration and backup.
Database settings

Admin > Settings > Database — Config import/export and backup


Features

The last two items (Download database · Export all chats) can be hidden with the ENABLE_ADMIN_EXPORT server environment variable. When set to false the buttons are not shown even to admins (default true).

Exported Config/database may contain sensitive settings and secrets (connection keys, tokens, etc.). Store files securely and import them only into trusted environments. For how secrets are encrypted, see the Encryption settings.
Database/Redis connection strings (DATABASE_URL, REDIS_URL, DATABASE_SCHEMA) and multi-worker / scheduled-backup policy are configured through server environment variables, not the GUI → see the Deployment checklist.