Skip to content

Cypress 5.x Upgrade Instructions

dczulada edited this page Mar 9, 2020 · 15 revisions

Install Clean Version of Cypress v5.2.0

Follow the Cypress V5 Install Instructions if you do not already have a running version of Cypress v5.0.x.

Upgrade Existing Version of Cypress V5.x.x to V5.2.0

Connect to your machine running cypress and run the following commands:

sudo apt-get update
sudo apt-get install cypress
sudo apt-get install cqm-execution-service
sudo systemctl restart cypress
sudo systemctl restart cqm-execution-service
Clone this wiki locally