Release Notes > Older Releases > 5.11.1
Upgrade From 5.11.0 to 5.11.1
Learn how to upgrade Webiny from 5.11.0 to 5.11.1.
- how to upgrade Webiny from 5.11.0 to 5.11.1
Before continuing, make sure to take the necessary precautions, listed in the Overview section.
Make sure to check out the 5.11.1 changelog to get familiar with all the changes introduced in this release.
1. Upgrade Webiny Packages
Upgrade all @webiny/*
packages by running the following command:
Once the upgrade has finished, running the yarn webiny --version
command in your terminal should return 5.11.1
.
2. Deploy Your Project
Proceed by redeploying your Webiny project:
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.
3. Open Admin Area App
Finally, open the Admin Area app and execute the upgrade script when prompted. The upgrade process will remove the password
attribute from all user records in your DynamoDB (for details, see the changelog).