How can I update Wazuh components and agents #1289
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello The steps may vary slightly depending on your current deployment.
Assuming it is a single node and you have no modifications in the docker-compose, you can follow the following documentation: https://documentation.wazuh.com/current/deployment-options/docker/upgrading-wazuh-docker.html#upgrading-wazuh-docker Keep in mind that this guide offers two options that should not be executed sequentially since they are for different cases, in case you do not have modifications, refer to the previous guide (basically only the following commands)
If you have made custom modifications in the docker-compose file and want to maintain it, you must perform the steps specified in https://documentation.wazuh.com/current/deployment-options/docker/upgrading-wazuh-docker.html#keeping-custom-docker-compose-files (the section following the previous one), keep in mind that this section does not execute the git checkout command, the repository version is maintained and only the docker-compose file is updated with the indicated changes When testing, I found that part of the configuration is missing, which I have reported here wazuh/wazuh-documentation#7231, if this is your case please compare the configuration and add the changes that I indicate in the issue images, for convenience, I share with you the docker-compose of v4.7.3 Also, the agents are not upgraded automatically, you have to upgrade them manually or using API calls to upgrade them to the Wazuh manager version, I share with you the manual and remote upgrade documentation |
Beta Was this translation helpful? Give feedback.
Hello
The steps may vary slightly depending on your current deployment.
Assuming it is a single node and you have no modifications in the docker-compose, you can follow the following documentation: https://documentation.wazuh.com/current/deployment-options/docker/upgrading-wazuh-docker.html#upgrading-wazuh-docker
Keep in mind that this guide offers two options that should not be executed sequentially since they are for different cases, in case you do not have modifications, refer to the previous guide (basically only the following commands)