mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
24154acc7d
commit
74eb8a3693
@ -229,6 +229,14 @@ Call the service `recorder.enable` to start again saving events and states to th
|
|||||||
|
|
||||||
## Custom database engines
|
## 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.
|
Here are examples to use with the [`db_url`](#db_url) configuration option.
|
||||||
|
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user