Hi
Nie Einerda1. Backup the current database: Before making any changes, ensure to backup the current database in case anything goes wrong during the restoration process.
2. Stop Wazuh services: It's important to stop Wazuh services before manipulating the database to avoid potential data corruption.
sudo systemctl stop wazuh-manager3. Replace the database: Find the backup copy of the database you want to restore and rename it to match the name of the current database.
4. Start Wazuh services: After replacing the database, you can start Wazuh services.
sudo systemctl start wazuh-managerDid you check the
examples about adding groups?
Also if you can reproduce it easily, you can enable debug level 2 in the internal_options.conf file, and restart the manager, this way we will have more information about what may be happening.
Regards.