I have had this docker working for some time now, but I am now seeing an influx of:
Sqlite3: Sleeping for 200ms to retry busy DB.
In the Log file.
I've launched a console and tried to run some troubleshooting commands to see if it was a corrupted database, but it doesn't appear that the sqlite3 binary is available?
Any help would be great, this is causing some crashes/lock ups as it can't access the database for some time (until I restart the docker, which probably doesn't help the database health)
Thanks