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
Now Let's do technical part to upgrade it
Step 1: Backup your Data
docker compose down
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
Step 3:
git checkout v4.10.0
if you have custom configurations, ensure they are compatible with the new version
Step 4: Start the New Wazuh version
docker compose up -d
Step 5: Check the latest version
docker ps
Top comments (0)