mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Added note of potential loss of data when change database. (#29982)
This commit is contained in:
parent
402f4553cf
commit
75c1a80ca7
@ -32,6 +32,12 @@ Although SQLAlchemy supports database solutions in addition to the ones supporte
|
||||
|
||||
The default, and recommended, database engine is [SQLite](https://www.sqlite.org/) which does not require any configuration. The database is stored in your Home Assistant configuration directory ('/config/') and is named `home-assistant_v2.db`.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
Changing database used by the recorder may result in losing your existing history. Migrating data is not supported.
|
||||
|
||||
</div>
|
||||
|
||||
To change the defaults for the `recorder` integration in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user