Closed andrewnicols closed 1 year ago
Hi @andrewnicols! You know, this is a common problem for sqlite file database. It can handle only one connection. And I also bumped into this problem and decided to use postgres in the same container. But unfortunately because of current situation in Russia I had to leave country asap (((( and can't fix this bug right now.
There is an option to use external database, and I'll try to share docker-compose configuration soon.
Thank you for report! I appreciate it.
seem the problem not only that. i have to wait till this error then the app can be use if not the app is not working at all
In a couple of days I will release a new version with MySQL out of the box to solve the problem.
You can try this beta release
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:beta
I've been playing with Buggregator recently via Docker, but keep hitting this error:
[2022-03-10 14:24:02] production.ERROR: SQLSTATE[HY000]: General error: 5 database is locked {"exception":"[object] (Cycle\\Database\\Exception\\StatementException(code: 0): SQLSTATE[HY000]: General error: 5 database is locked at /app/vendor/cycle/database/src/Driver/SQLite/SQLiteDriver.php:39)
I'm primarily using the v2.0.0-beta Docker image on an M1 Mac, both from DockerHub (using Rosetta to run the x86 image on ARM), and building it locally (ARM on ARM).
After starting the server and sending a larger amount of data, I get the following: