Updating Xopero ONE Agent Running Xopero ONE Agent On Docker

The only way to update an agent installed in a container is to remove the previous version and install a new one. Creating a new container requires reactivating the device, so you'll need to re-pin the device to all plans.

Go to the Devices tab and select the Docker agent. Click the Device details button. Check the Docker agent plans and remember to add them again. All Plans can be seen in the Backup plans section, expand the list by clicking Load more.

Remove the old container with the agent using the command (e.g. in Powershell):

docker rm docker_name

where:

Install the agent in the Docker

Add the agent to all plans where it was included.

Last updated