Updating the Loome Agent varies depending on the platform you’re hosting it on, below is a summary of the required action for each platform in order to update the agent.
Hosting Method | How to Update | Update Details |
---|---|---|
Azure Container Instances | Restart your container instance, the latest version is pulled as part of the restart. | Updating Azure Container Instances Agent |
Windows Service | Rerun the install script from Loome Assist. | Updating Hosted Agent Services |
Linux Service | Rerun the install script from Loome Assist. | Updating Hosted Agent Services |
To update Loome Agents running on an Azure Windows or Linux VM, simply run the same script you used to install the agent. The script will automatically detect if the agent is already installed and update it, restarting the existing service in the process.
The PowerShell installer script will ask if you would like to update the existing installation of the agent in this directory. Type in ‘Y’ to update it.
This will remove all files in this directory and restart the service account with the agent.
If your agent is unhealthy after the update, please refresh your page or restart the agent from Services.
Azure Container Instances are stateless when restarted. Restarting an Azure Container instance will drop the previous filesystem and start from new.
The benefit to this is that in the process of restarting the container, the latest version of the container’s image is pulled and used. This means to update an Azure Container Instance, simply find the container in the Azure Portal and click “Restart”.