wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
105 stars 97 forks source link

Installation assistant should backup logs before rollback #2881

Closed davidcr01 closed 7 months ago

davidcr01 commented 8 months ago

Description

Adding rollbacks in https://github.com/wazuh/wazuh-packages/issues/2785, the team thought that it would be interesting that the Installation Assistant collected the logs of the components that are going to be uninstalled and save them in a folder.

This backup of the logs could be useful in case of performing a rollback in case of error. By consulting the backup logs, more information can be considered by guessing the error cause.

Tasks