Hi all,
I have several raspberry pi units with the 3.10.2 wazuh agent installed. I am working on upgrading them to 3.11.4.
I was only able to install the agent on raspbian buster with the debian install from sources guide:
I've been able to upgrade windows agents that have the agent installed from the package with the following command run from the manager that I found on slack:
/var/ossec/bin/agent_upgrade -l | awk '$1 ~ /^[0-9]+$/ {print "Starting upgrade on agent " $1; system("/var/ossec/bin/agent_upgrade -a " $1)}'
When this upgrade script gets to a raspberry pi unit i get the following error:
Does anyone know of a solution for this to upgrade these agents remotely?
Or if there is an upgrade command that can be run locally on each pi?
I can always uninstall the old version and recompile the new version but am wondering if there is a simpler solution.
Any information is greatly appreciated!
Thanks,
Aaron