If you did a custom update on one of the plugins, you will have to manually migrate your update.
:::
Copy the fields and relations you had in your `/plugins/users-permissions/models/User.settings.json` and `/plugins/users-permissions/config/jwt.json` file in the new one.
Then, delete your old `plugins` folder and replace it with the new one.
<br>
## Update AWS S3 provider
If you are using the AWS S3 upload provider you will have to install the new version `npm i strapi-provider-upload-aws-s3 --save`.
It will not break your application. In the new version the region `eu-north-1 (Stockholm)` is available.
<br>
That's all, you have now upgraded to Strapi `alpha.22`.