diff --git a/docs/docs/faqs.md b/docs/docs/faqs.md index 34b040f01..61ed49cfd 100644 --- a/docs/docs/faqs.md +++ b/docs/docs/faqs.md @@ -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.