[Config Support]: 17-rc1 - error record inputs not permitted #21920
Replies: 3 comments 3 replies
-
|
Based on the error message and the configuration structure in v0.17, the In v0.17, retention is now configured separately for alerts and detections(1). The correct structure at the camera level should be: record:
enabled: True
alerts:
retain:
days: 14
mode: all
detections:
retain:
days: 14
mode: allThe top-level If you want to keep all recordings for 14 days regardless of whether they're alerts or detections, you'll need to configure both sections as shown above(1). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
The document here: https://docs.frigate.video/configuration/reference/ shows the retain option with mode and days is valid, this is likely not primed for 17 but what are my choices to maintain indefinite recording of my choosing? Putting the parameters in a global record results ion the same error/warning |
Beta Was this translation helpful? Give feedback.
-
|
thank you will dig in there |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Upgrading to 17-rc1 it says part of my config isn't valid anymore, specifically setting camera level record parameters:
Version
17-rc1
Frigate config file
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
NAObject Detector
CPU (no coral)
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions