Upgrade From 5.34.x to 5.35.0
Learn how to upgrade Webiny from 5.34.x to 5.35.0.
- how to upgrade Webiny from 5.34.x to 5.35.0
1. Upgrade Webiny Packages
Upgrade all @webiny/*
packages by running the following command:
yarn up "@webiny/*@5.35.0"
Once the upgrade has finished, running the yarn webiny --version
command in your terminal should return 5.35.0
.
2. Run the Upgrade Command
The next step is to run the project upgrade:
yarn webiny upgrade
3. Upgrade Your Code to the New Lambda Function Setup
In the 5.35.0 we are removing the Headless CMS Lambda function from the deployment. This is a breaking change, but it should not take you a long time to fix.
4. Deploy Your Project
Proceed by redeploying your Webiny project:
# Execute in your project root.
yarn webiny deploy --env {environment}
Once deployed, access your Admin app to finalize the Page Builder upgrade, which will migrate your existing page blocks to the new Block Manager.
Make sure you deploy the entire system using the command shown above! You have to deploy all apps before using the system. Partial deploys may cause the upgrade to be applied incorrectly.
dev
or staging
.