You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For release 2.3.0, during internal testing for upgrade from single node lme to cluster, when user chooses to run run back up of single node lme prior to conversion to cluster, the script fails, right after back up.
On the master, install single node LME from the LME main branch from LME Github.
On the windows client machine, added elastic agent, wazuh agent and Sysmon.
Then switched to integrate-devlop branch and created cluster inventory file.
Then ran the upgrade to cluster script: ./scripts/convert_to_cluster.sh --skip-inventory
This script fails when user chooses y to back up LME. The back up runs to completion but the conversion portion fails at kickoff after back up is completed, as shown in screenshot.
Describe the bug
For release 2.3.0, during internal testing for upgrade from single node lme to cluster, when user chooses to run run back up of single node lme prior to conversion to cluster, the script fails, right after back up.
To Reproduce
Set up a 3 node cluster with a windows client machine. Used the documentation for Release 2.3.0:
https://github.com/cisagov/LME/blob/integrate-develop/testing/v2/installers/cluster_installer/README.md
Follow the manual steps. Do not run Step 8, cluster install.
On the master, install single node LME from the LME main branch from LME Github.
On the windows client machine, added elastic agent, wazuh agent and Sysmon.
Then switched to integrate-devlop branch and created cluster inventory file.
Then ran the upgrade to cluster script: ./scripts/convert_to_cluster.sh --skip-inventory
This script fails when user chooses y to back up LME. The back up runs to completion but the conversion portion fails at kickoff after back up is completed, as shown in screenshot.