Daniel Folch

Results 63 comments of Daniel Folch

## Update Improve mechanism to check if the upgrade is available, now for apt we use: ``` apt-get install wazuh-manager=${wazuh_version}-* --dry-run |grep "The following packages will be upgraded:" ``` to...

## Update - Apply changes and test new script. We found that the yum command takes a bit too long so we have decided to use: ``` yum list wazuh-manager...

## Update Test changes and apply some improvements: ``` [root@ip-172-31-21-23 unattended_installer]# bash wazuh-install.sh -up 10/11/2022 15:08:40 INFO: Starting Wazuh installation assistant. Wazuh version: 4.4.0 10/11/2022 15:08:40 INFO: Verbose logging redirected...

## Update ### Fix minor errors: - Error in DEB packages while checking if Filebeat is upgradeable: ``` 30/11/2022 16:11:35 INFO: Wazuh development repository added. 30/11/2022 16:11:35 INFO: --- Upgrading...

## Update Work on documentation: - Add a new page to the upgrade guide for upgrading central components using the script. - Set the link from the main upgrade page...

Hello team, This problem still happens, I have been investigating a better way of checking if the system where the package is being installed uses systemd or not. I have...

Hello team, I have tested the new package generated within docker containers of the following versions to see if it worked properly: - [x] Ubuntu 14 LTS with run/systemd/system created...

## Update Separate tasks are currently done in pre-install and post-install scripts between pre-upgrade and post-upgrade. Create new scripts, build new package, and start testing.

## Update Created script that modifies the necessary files in the repository to bump to a new version: https://github.com/wazuh/wazuh-packages/blob/54368061338e4ce714827d6da74ce3cf9ce791f8/.github/workflows/bump-version.yml ``` dfolcha@pop-os:~/wazuh-packages$ python3 bump_version.py -h usage: bump_version.py [-h] -v VERSION [-r...

## Update Added GPG keys to sign commits with the GitHub action and added the necessary steps to the workflow. We have encountered an issue where GnuPG returns the following...