mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 11:56:20 +00:00
Update README.md
This commit is contained in:
parent
a5d5769520
commit
77ce1f8e31
13
README.md
13
README.md
@ -302,6 +302,13 @@ Now restart Mosquitto server.
|
|||||||
sudo systemctl restart mosquitto
|
sudo systemctl restart mosquitto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
⚙️ **To Update MQTT:**
|
||||||
|
|
||||||
|
Run from the LXC console
|
||||||
|
```yaml
|
||||||
|
apt update && apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
____________________________________________________________________________________________
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
@ -442,6 +449,12 @@ Change the recorder: `db_url:` in your HA configuration.yaml
|
|||||||
|
|
||||||
Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4`
|
Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4`
|
||||||
|
|
||||||
|
⚙️ **To Update Mariadb:**
|
||||||
|
|
||||||
|
Run from the LXC console
|
||||||
|
```yaml
|
||||||
|
apt update && apt upgrade -y
|
||||||
|
```
|
||||||
____________________________________________________________________________________________
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user