Warning
You're browsing the documentation for an old version of Webiny. Consider upgrading your project to Webiny 5.35.x.
Upgrade From 5.33.3 to 5.33.4
Learn how to upgrade Webiny from 5.33.3 to 5.33.4.
What you’ll learn
- how to upgrade Webiny from 5.33.3 to 5.33.4
Make sure to check out the 5.33.4 changelog to get familiar with the changes introduced in this release.
1. Upgrade Webiny Packages
Upgrade all @webiny/*
packages by running the following command:
yarn up "@webiny/*@5.33.4"
Once the upgrade has finished, running the yarn webiny --version
command in your terminal should return 5.33.4
.
2. Deploy Your Project
Proceed by redeploying your Webiny project:
# Execute in your project root.
yarn webiny deploy --env {environment}
Make sure you deploy your entire Webiny project using the command shown above. You have to deploy all applications before using the system. Partial deploys may cause the upgrade to be applied incorrectly.
As stated in the Upgrade Webiny section, we recommend that you first deploy your changes into one of your pre-production environments, like
dev
or staging
.Learn more about different deployment environments in the CI/CD / Environments key topic.