Update recorder with sqlite testing info and making backups with external dbs (#26585)

* Add note to recorder docs about sqlite and making backups with external dbs

* Add note to recorder docs about sqlite and making backups with external dbs
This commit is contained in:
J. Nick Koston 2023-03-13 15:25:35 -10:00 committed by GitHub
parent 24154acc7d
commit 74eb8a3693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,6 +229,14 @@ Call the service `recorder.enable` to start again saving events and states to th
## Custom database engines
<div class='note'>
SQLite is the most tested, and newer version of Home Assistant are highly optimized to perform well when using SQLite.
When choosing another option, you should be comfortable in the role of the database administrator, including making backups of the external database.
</div>
Here are examples to use with the [`db_url`](#db_url) configuration option.
{% configuration_basic %}