Since Zigbee still crashes after every Gladys update, I’m finally taking the time to redo an installation from scratch.
But I have a question: in the docs (as shown in the training video), when installing Gladys via Docker there is the line
-e SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db \
Gladys doesn’t store everything in DuckDB, only the states (raw and aggregated from devices). And it seems to me that DuckDB also uses this variable to know where to save the database file.