Skip to content

Commit

Permalink
Add FAQ about database locked error
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored and blakeblackshear committed Jul 19, 2022
1 parent 93cd973 commit 653c227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 653c227

Please sign in to comment.