Updating CVEDIA-RT¶
Windows users¶
On windows there's no installation process, all you need to do is extract the zip file.
Previously changed projects / instances may not work, so we recommend extracting to a new folder and copying your custom projects to files/assets/projects/
.
Linux users¶
There's 2 ways to update on linux:
1. Using the update.sh
script¶
This script is designed to update both the container deployments and the redist bundle. It can update running instances with minimal downtime. This script will work in any linux docker environment.
Run ./update.sh --help
to see the update options.
2. Manually¶
Alternatively, you can simply download the new redist package and extract it to an empty folder.
If you have custom / changed projects, you can place them in the projects/
folder within this new folder. Due LUA API changes old projects may not work.
Calling ./run.sh
to execute CVEDIA-RT will not affect other existing installs.
Cloud users¶
If you have CVEDIA-RT deployed in a cloud environment with containers, you need to pull the latest docker image and trigger a rolling update.
If you have custom projects, we recommend doing the update in a staging area first to avoid downtime.