From 653c2274e13872fec78184167510c5c68735ba9c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 11 Jul 2022 10:05:47 -0600 Subject: [PATCH] Add FAQ about database locked error --- docs/docs/faqs.md | 4 ++++ 1 file changed, 4 insertions(+) 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.