From c0aa6588108f8aa8adf63a7eab49538a7051b2cf Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 30 Jun 2023 06:39:28 -0600 Subject: [PATCH] Instruct users to store DB in /config --- docs/docs/guides/ha_network_storage.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/docs/guides/ha_network_storage.md b/docs/docs/guides/ha_network_storage.md index 4a8e5f37e..298e104d6 100644 --- a/docs/docs/guides/ha_network_storage.md +++ b/docs/docs/guides/ha_network_storage.md @@ -15,9 +15,14 @@ As of HomeAsisstant Core 2023.6, Network Mounted Storage is supported for addons ### Setup 1. Stop the Frigate addon -2. Go to **Settings -> System -> Storage -> Add Network Storage** -3. Name the share `frigate` (this is required) -4. Choose type `media` -5. Fill out the additional required info for your particular NAS -6. Connect -7. Start the Frigate addon +2. Update your config so the DB is stored in the /config directory by adding: +```yaml +database: + path: /config/frigate.db +``` +3. Go to **Settings -> System -> Storage -> Add Network Storage** +4. Name the share `frigate` (this is required) +5. Choose type `media` +6. Fill out the additional required info for your particular NAS +7. Connect +8. Start the Frigate addon