DEV Community

Cover image for Upgrading wazuh 4.11.0 using docker in single node
SHUBHENDU SHUBHAM
SHUBHENDU SHUBHAM

Posted on

Upgrading wazuh 4.11.0 using docker in single node

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

Enter fullscreen mode Exit fullscreen mode

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

Enter fullscreen mode Exit fullscreen mode

Image description

Step 3:

git checkout v4.10.0
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Image description

Image description

Step 5: Check the latest version

 docker ps 
Enter fullscreen mode Exit fullscreen mode

Image description

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

👋 Kindness is contagious

If this post resonated with you, feel free to hit ❤️ or leave a quick comment to share your thoughts!

Okay