Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guide to upgrade using the installation assistant #5799

Merged
merged 2 commits into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions source/upgrade-guide/upgrading-central-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ Wazuh central components

This section guides through the upgrade process of the Wazuh indexer, the Wazuh server, and the Wazuh dashboard. To migrate from Open Distro for Elasticsearch 1.13 to the Wazuh indexer and dashboard components, read the corresponding :doc:`/migration-guide/wazuh-indexer` and :doc:`/migration-guide/wazuh-dashboard` sections.

You can choose one of two methods to upgrade the Wazuh central components.

- **Wazuh installation assistant**: Use an assistant that automates the upgrade process.
- **Step by step**: Follow detailed step-by-step instructions.

Upgrade with the Wazuh installation assistant
+++++++++++++++++++++++++++++++++++++++++++++

You can use the installation assistant to upgrade the Wazuh central components. The assistant detects which components are installed in the node and upgrades them if possible.

To perform an automated upgrade execute the following command. This command downloads and runs the Wazuh installation assistant passing the upgrading option.

.. code-block:: bash

curl -sO https://packages.wazuh.com/4.3/wazuh-install.sh && sudo bash ./wazuh-install.sh --upgrade

Step-by-step upgrade
+++++++++++++++++++++

.. note::

Root user privileges are required to execute all the commands described below.
Expand Down