In Feb Wazuh released V4.11.0 let's understand what are the major updates and how to upgrade it using docker in single node.

Instead of writing changes in bullet points it's better to visualise through mind map.
Official Blog

Image description

Now Let's do technical part to upgrade it

Step 1: Backup your Data

Image description

docker compose down

Image description

Step 2: Download the latest Wazuh Docker compose files

Navigate to your wazuh Docker directory and pull the latest version

cd /path/to/your/wazuh-docker
git fetch --all --tags

Image description

Step 3:

git checkout v4.10.0

Image description

if you have custom configurations, ensure they are compatible with the new version

Step 4: Start the New Wazuh version

docker compose up -d

Image description

Image description

Step 5: Check the latest version

docker ps

Image description