mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Updates for live db migration and recovery (#17402)
We can now recover at any time so there is no need to check it at startup
This commit is contained in:
parent
8838c8521b
commit
e30c49368c
@ -48,11 +48,6 @@ recorder:
|
||||
required: false
|
||||
default: 3
|
||||
type: integer
|
||||
db_integrity_check:
|
||||
description: When using SQLite, if Home Assistant does not restart cleanly or the recorder fails to shut down, a `quick_check` is performed on the database to ensure it is usable. If `db_integrity_check` is disabled, the system will only perform necessary sanity checks and skip the `quick_check`. Home Assistant may not be able to automatically recover and start the recorder in the event the database is malformed if `db_integrity_check` is disabled.
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
auto_purge:
|
||||
description: Automatically purge the database every night at 04:12 local time. Purging keeps the database from growing indefinitely, which takes up disk space and can make Home Assistant slow. If you disable `auto_purge` it is recommended that you create an automation to call the [`recorder.purge`](#service-purge) periodically.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user