Database
Overview
Yucca requires a database to operate; by default this is SQLite, and the database file is stored in the state_dir directory. SQLite is sufficient for working with a small number of cameras and motion events, plus there's nothing extra to configure. But when operating in production environments with a large number of cameras (more than 10) and motion detection enabled, we recommend using PostgreSQL as the database, since it's more performant.