Database Console
The Database Console is a command-line utility included with the Stalwart binary. It provides direct access to the internal data store, allowing administrators and developers to inspect, query, and manipulate the underlying database used by Stalwart. This tool is particularly useful for debugging, maintenance, and advanced configuration scenarios.
Database Migration
The Database Import / Export utility is a built-in feature of the Stalwart binary. It allows administrators to perform a full export or import of the system’s internal database. This functionality is primarily intended for migrating data between different database backends, such as moving from an embedded backend like RocksDB or SQLite to a more scalable one like FoundationDB, PostgreSQL, or MySQL.