Closed BaukeZwart closed 2 months ago
Hi @BaukeZwart database url should be in this format: sqlite://<location>
see the SQLite docs for more information. In your case I think sqlite:///data/autopulse.db
is what you want. Also make sure you have the latest pull of danonline/autopulse:latest
as I updated SQLite things yesterday
Thanks for the response. It think I have it working now.
Description of the bug
I setup autopulse using the docker-compose-sqlite.yml. The container is running but no sqlite db is created and I'm getting these errors:
autopulse::service::runner: unable to delete not found events: DatabaseError(Unknown, "database is locked")
Steps To Reproduce
See above
Additional Information
This is my compose: