Skip to content

Cloud Access Manager Maintenance

The following page outlines how to perform updates to the OS, Cloud Access Connector(s) and how to clean up unnecessary disk space.

OS Updates

The Cloud Access Connector can run on Ubuntu 18.04. Updates for the OS are pushed for installed packages frequently. In order to ensure the OS is as secure and up to-date as possible, it is important to run OS updates regularly by running the following command:

apt update
apt upgrade -y

Cloud Access Connector Updates

The Cloud Access Connector needs to be updated as new features are added and/or security updates are required. In order to ensure you are running the latest version of the Cloud Access Connector, it is important to run updates regularly. For more information on how to update the Cloud Access Connector, see here. Teradici recommends updating once a month. Updates can be carried out in place or by deploying a new Cloud Access Connector machine as part of a red-black deployment update.

Disk Space Updates

The Cloud Access Connector uses Docker to run and as a result you may encounter issues with disk space usage after some of the Docker containers have been updated with newer images. If this becomes an issue you can run the following Docker commands to clean up unused docker images that may have been previously downloaded for older versions of the Cloud Access Connector:

docker system prune

For more information on this, see https://docs.docker.com/config/pruning/.