MeshDD-Bot/meshbot
ppfeiffer 57182c5412 fix(db): Datenbank nach data/ verschoben, WAL-Checkpoint + robuster Shutdown
- database.path in config.yaml: meshdd.db → data/meshdd.db
- data/.gitkeep: Verzeichnis in Git verankert, *.db-wal/shm gitignored
- database.py: PRAGMA wal_checkpoint(FULL) vor db.close() für sauberes Schließen
- main.py: Shutdown-Schritte einzeln mit try/except gekapselt;
  db.close() wird jetzt auch bei Fehlern in vorherigen Schritten ausgeführt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 21:59:40 +01:00
..
__init__.py refactor: Replace env-based config and version.py with config.yaml 2026-02-15 13:11:09 +01:00
auth.py refactor(config): .env in config.yaml integriert 2026-02-20 21:47:56 +01:00
bot.py feat(config): Online-Schwellwert konfigurierbar (web.online_threshold) 2026-02-20 15:17:05 +01:00
config.py refactor(config): .env in config.yaml integriert 2026-02-20 21:47:56 +01:00
database.py fix(db): Datenbank nach data/ verschoben, WAL-Checkpoint + robuster Shutdown 2026-02-20 21:59:40 +01:00
nina.py refactor(config): Konfigurationsdateien nach config/ verschoben (closes #3) 2026-02-20 21:37:11 +01:00
scheduler.py refactor(config): Konfigurationsdateien nach config/ verschoben (closes #3) 2026-02-20 21:37:11 +01:00
webserver.py feat(config): Online-Schwellwert konfigurierbar (web.online_threshold) 2026-02-20 15:17:05 +01:00