Warning: This is the documentation for Wazuh 3.9. Check out the docs for the latest version of Wazuh!
Upgrade from the same minor or major version¶
Use these instructions if you are upgrading your Wazuh installation within same minor version (for example, 3.9.0 to 3.9.5) or within the same major version (for example, from 3.8.2 to 3.9.5).
Upgrade the Wazuh manager and Wazuh API¶
Upgrade on CentOS/RHEL/Fedora:
# yum upgrade wazuh-manager wazuh-api
Upgrade on Debian/Ubuntu:
# apt-get update
# apt-get install wazuh-manager wazuh-api
Upgrade on OpenSUSE:
# zypper update wazuh-manager wazuh-api
Upgrade the Wazuh agent¶
Upgrade the Wazuh agent on CentOS/RHEL/Fedora:
# yum upgrade wazuh-agent
Upgrade the Wazuh agent on Debian/Ubuntu:
# apt-get update
# apt-get install wazuh-agent
Upgrade the Wazuh agent on OpenSUSE:
# zypper update wazuh-agent