mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document auto_repack
for the recorder (#22246)
This commit is contained in:
parent
2104b36172
commit
c1dae50088
@ -63,6 +63,11 @@ recorder:
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
auto_repack:
|
||||
description: Automatically repack the database every second sunday after the auto purge. Without a repack, the database may not decrease in size even after purging, which takes up disk space and can make Home Assistant slow. If you disable `auto_repack` it is recommended that you create an automation to call the [`recorder.purge`](#service-purge) periodically. This flag has no effect if `auto_purge` is disabled.
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
purge_keep_days:
|
||||
description: Specify the number of history days to keep in recorder database after a purge.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user