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:
J. Nick Koston 2021-04-11 23:14:35 -10:00 committed by GitHub
parent 8838c8521b
commit e30c49368c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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