blakeblackshear / frigate-hass-addons

Frigate hass.io addons
MIT License
250 stars 133 forks source link

Default db path /config/frigate.db lead to improper backup structure and size #184

Closed palinf closed 2 months ago

palinf commented 2 months ago

Default backup is /config/frigate.db

This means than when doing partial or full backup including homeassistant then homeassistant will be embedding frigate.db

Since there is little interest of the db without clips I would recommend '/media/frigate/frigate.db' as a default db.

NickM-27 commented 2 months ago

It used to be /media, but many users usea separate NAS for their media and sqlite does not work well on network volumes

As a user you can change the location in the config if you want to, this is working as intended