Skip to content

Cypress 5.x Upgrade Instructions

dczulada edited this page Aug 29, 2019 · 15 revisions

Install Clean Version of Cypress v5.0.1

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.0.1

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

curl https://raw.githubusercontent.com/projectcypress/cypress/v4.0.3/contrib/upgrade_cypress_40.sh | sudo bash
sudo apt-get update
sudo apt-get install cypress
sudo systemctl restart nginx
Clone this wiki locally