From 77ce1f8e31541f72285f855603246f4381949f0e Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Jan 2022 23:51:11 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 812b3611..74458d4f 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,13 @@ Now restart Mosquitto server. sudo systemctl restart mosquitto ``` +⚙️ **To Update MQTT:** + +Run from the LXC console +```yaml +apt update && apt upgrade -y +``` + ____________________________________________________________________________________________ @@ -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` +⚙️ **To Update Mariadb:** + +Run from the LXC console +```yaml +apt update && apt upgrade -y +``` ____________________________________________________________________________________________