mirror of https://github.com/tteck/Proxmox.git
Update README.md
parent
ca7c7f9d5a
commit
5f7358ef62
|
@ -690,8 +690,11 @@ Then type exit to get back to root
|
||||||
|
|
||||||
Change the recorder: `db_url:` in your HA configuration.yaml
|
Change the recorder: `db_url:` in your HA configuration.yaml
|
||||||
|
|
||||||
Example: `db_url: postgresql://admin:your-password@192.168.100.20:5432/homeassistant?client_encoding=utf8`
|
Example:
|
||||||
|
```yaml
|
||||||
|
recorder:
|
||||||
|
db_url: postgresql://admin:your-password@192.168.100.20:5432/homeassistant?client_encoding=utf8
|
||||||
|
```
|
||||||
⚙️ **To Update PostgreSQL**
|
⚙️ **To Update PostgreSQL**
|
||||||
|
|
||||||
Run in the LXC console
|
Run in the LXC console
|
||||||
|
|
Loading…
Reference in New Issue