Skip to content
Andreas Peters edited this page Nov 8, 2021 · 3 revisions

FAQ

unable to open database file

The database path in the homeserver.yaml is wrong.

database:
  name: sqlite3
  args:
    database: /homeserver.db

Please change the database path to /data/homeserver.db.

Clone this wiki locally