Verifica installazione

HI,
if it were possible, I would like to have confirmation that the installation I completed a few days ago is correct;
given that, I can’t find the Maria DB in the path indicated in my compose file and therefore I’m afraid that the worst will happen with the first update;
the only thing I need to fix is ​​VSCODE not working.
here is my compose file:

version: ‘3.9’
services:
home-assistant:
container_name: home-assistant
image: ghcr.io/home-assistant/home-assistant:stable
volumes:

  • /home/deb/homeassistant:/config
  • /run/dbus:/run/dbus:ro
    environment:
  • TZ=Europe/Rome
    network_mode: host
    depends_on:
# MariaDB opzionale (solo se si vuole utilizzare un database diverso per HA).
- mariadb

restart: always

Visual Studio code

vscode:
container_name: vscode
image: codercom/code-server:latest
restart: unless-stopped
environment:
PASSWORD: XXXXXXXX
volumes:
- /home/deb/homeassistant:/config:/home/coder/project
- /home/deb/homeassistant:/config:/home/coder/.local/share/code-server
ports:
- 7443:7443
command: code-server --auth password --port 7443 --disable-telemetry /home/coder/project

MariaDb

mariadb:
image: mariadb:latest
container_name: mariadb
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: XXXXXXXXX
MYSQL_DATABASE: ha_db
MYSQL_USER: homeassistant
MYSQL_PASSWORD: XXXXXXXXXXXX
#user: “${LOCAL_USER}:${LOCAL_USER}”
volumes:
# Directory dove il database verrà salvato
- /home/deb/homeassistant:/config:/var/lib/mysql
ports:
- “3306:3306”
Grazie.

If this is your first upgrade, I don’t blame you for being nervous.

Just take a full backup, download it somewhere safe, then update to the latest version released today (2024.3.2 )

Se qualcosa va storto, just restore the backup