Revert "Bump 4.14.6 branch"

This commit is contained in:
Marcos Sánchez Delgado
2026-05-28 11:09:02 +02:00
committed by GitHub
parent 6fbb0c5af5
commit 072f5f1407
22 changed files with 46 additions and 64 deletions
@@ -1,6 +1,6 @@
# Reference Manual - Deployment
This section provides detailed instructions for deploying Wazuh-Docker (version 4.14.16) in various configurations. Choose the deployment model that best suits your needs, from simple single-node setups for testing to more robust multi-node configurations for production environments.
This section provides detailed instructions for deploying Wazuh-Docker (version 4.14.6) in various configurations. Choose the deployment model that best suits your needs, from simple single-node setups for testing to more robust multi-node configurations for production environments.
## Overview of Deployment Options
@@ -24,11 +24,11 @@ Ensure you have:
- Met all the [System Requirements](ref/getting-started/requirements.md).
- Installed Docker and Docker Compose on your host(s).
- Cloned the `wazuh-docker` repository (version `4.14.16`) or downloaded the necessary deployment files.
- Cloned the `wazuh-docker` repository (version `4.14.6`) or downloaded the necessary deployment files.
```bash
git clone [https://github.com/wazuh/wazuh-docker.git](https://github.com/wazuh/wazuh-docker.git)
cd wazuh-docker
git checkout v4.14.16
git checkout v4.14.6
```
- Made a backup of any existing Wazuh data if you are migrating or upgrading.