What you’ll learn
  • how to upgrade Webiny from 5.37.x to 5.37.2

Make sure to check out the 5.37.2 changelog to get familiar with the changes introduced in this release.

1. Upgrade Webiny Packages
anchor

Upgrade all Webiny NPM packages by running the following command:

Note the 5.37.3 version in the command above. We strongly recommend users to immediately upgrade to the latest patch version, as with this release, we’ve addressed an important data migrations-related issue.

Once the upgrade has finished, running the yarn webiny --version command in your terminal should return 5.37.3.

2. Deploy Your Project
anchor

Proceed by redeploying your Webiny project:

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.

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.