Docker Multi Node Upgrade from 4.3.6

32 views
Skip to first unread message

binary op

unread,
Sep 30, 2022, 8:53:51 AM9/30/22
to Wazuh mailing list
Hi, 

I need to complete my first Wazuh docker upgrade and battling to find docs for a docker multi node upgrade. 

Could somebody please assist an point me in the right direction ? 

Thank you in advance 

Aditya Sharma

unread,
Oct 3, 2022, 12:12:07 AM10/3/22
to Wazuh mailing list
Hi Team, Hope you are doing good!

You have two ways to update and it will depend on whether you want to keep your data or not.

-If you come from 4.3.6 and want to keep your data. You could achieve that by:
sudo docker-compose down 
git checkout v4.3.8 sudo 
docker-compose up -d

Then you will set up a 4.3.6 environment with recorded data. Remember to clean the browser cache.

-If you want delete the entire environment and data. Go to the wazuh-docker repository and execute:

cd [single-node/multi-node] # I will select single-node 
sudo docker-compose down 
sudo docker-compose rm 
sudo docker volume prune git checkout v4.3.8 
sudo docker-compose up -

Then you will start a fresh new environment (No data kept) in the 4.3.8 version.

Given documentation you can follow for this: https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html#multi-node-deployment

I hope this helps you.

Regards
Aditya Sharma
Reply all
Reply to author
Forward
0 new messages