Add FAQ about database locked error

This commit is contained in:
Nick Mowen 2022-07-11 10:05:47 -06:00 committed by Blake Blackshear
parent 93cd973e59
commit 653c2274e1

View File

@ -47,3 +47,7 @@ These messages in the logs are expected in certain situations. Frigate checks th
### "On connect called"
If you see repeated "On connect called" messages in your config, check for another instance of frigate. This happens when multiple frigate containers are trying to connect to mqtt with the same client_id.
### Error: Database Is Locked
sqlite does not work well on a network share, if the `/media` folder is mapped to a network share then [this guide](/configuration/advanced#database) should be used to move the database to a location on the internal drive.