diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7a743a6e..d673ae5857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file. Wazuh commit: TBD \ Release report: TBD +### Changed + +- Update _wazuh_db_ schema database version ([#4353](https://github.com/wazuh/wazuh-qa/pull/4353)) \- (Tests) + ## [4.7.0] - TBD Wazuh commit: TBD \ diff --git a/tests/integration/test_wazuh_db/test_agent_database_version.py b/tests/integration/test_wazuh_db/test_agent_database_version.py index c7abf3b640..6ff449582b 100644 --- a/tests/integration/test_wazuh_db/test_agent_database_version.py +++ b/tests/integration/test_wazuh_db/test_agent_database_version.py @@ -9,7 +9,7 @@ pytestmark = [TIER0, LINUX, SERVER] # Variables -expected_database_version = '11' +expected_database_version = '13' # Fixtures @@ -34,7 +34,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents): - Check that the manager database version is the expected one. - Check that the agent database version is the expected one. - wazuh_min_version: 4.6.0 + wazuh_min_version: 4.8.0 parameters: - restart_wazuh_daemon: @@ -45,7 +45,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents): - Verify that database version is the expected one. expected_output: - - Database version: 11 + - Database version: 13 tags: - wazuh_db