Skip to content

Commit 07943bc

Browse files
authored
Merge pull request #8425 from wazuh/enhancement/idr90-cannot-downgrade-from-4.12
Add warning about downgrading from 4.12+
2 parents acd9625 + ea79c25 commit 07943bc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99
- Added Ubuntu 24.04 SCA to the list of available SCAs. ([#8021](https://github.com/wazuh/wazuh-documentation/pull/8021))
1010
- Added the `<aws_profile>` authentication parameter to the Amazon Security Lake documentation. ([#8199](https://github.com/wazuh/wazuh-documentation/pull/8199))
1111
- Added ARM64 to the central components architecture references. ([#8173](https://github.com/wazuh/wazuh-documentation/pull/8173))
12+
- Added a note warning that downgrades to 4.11 and earlier versions from 4.12 and later are not possible. ([#8425](https://github.com/wazuh/wazuh-documentation/pull/8425))
1213

1314
### Changed
1415

source/upgrade-guide/upgrading-central-components.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ This section guides you through the upgrade process of the Wazuh indexer, the Wa
1111
- **All-in-one deployments:** Execute all commands and configuration actions on the same node since all components run on a single system.
1212
- **Multi-node cluster deployments:** Run commands and apply configurations on the respective node where the component being upgraded is located.
1313

14+
.. warning::
15+
16+
Downgrading to version 4.11 and earlier is not possible. Since version 4.12.0, Wazuh uses a newer version of Apache Lucene.
17+
18+
Apache Lucene does not support downgrades, meaning once you upgrade to Wazuh 4.12.0 or later, you cannot roll back to 4.11 and earlier versions without a fresh installation of the indexer.
19+
20+
To avoid data loss, create an :ref:`index snapshot <migrating_indices_take_snapshots>` before upgrading. For more details, refer to the `Opensearch documentation <https://opensearch.org/docs/latest/install-and-configure/upgrade-opensearch/rolling-upgrade/#:~:text=Important%3A%20OpenSearch%20nodes%20cannot%20be,before%20beginning%20the%20upgrade%20procedure.>`__.
21+
1422
Preparing the upgrade
1523
---------------------
1624

source/user-manual/wazuh-indexer/migrating-wazuh-indices.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ On the Wazuh dashboard, perform the following steps:
183183

184184
Repeat the above steps on the destination Wazuh cluster to set up a similar snapshot repository.
185185

186+
.. _migrating_indices_take_snapshots:
187+
186188
Take snapshots
187189
--------------
188190

0 commit comments

Comments
 (0)