strapi/docs/v3.x/migration-guide/migration-guide-3.3.x-to-3.4.0.md
Pierre Noël c5ae0170d5 add step to delete the script
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-12-11 10:14:18 +01:00

851 B

Migration guide from 3.3.x to 3.4.0

Make sure your server is not running until the end of the migration

:::warning If you are using extensions to create custom code or modifying existing code, you will need to update your code and compare your version to the new changes on the repository.
Not updating your extensions can break your app in unexpected ways that we cannot predict. :::

Migration

  1. First, update your app as usual by following the basic version update guide and then come back here
  2. Download this script: migrate-3.4.0.js
  3. Execute it with the following command: node migrate-3.4.0.js [path-to-your-project]
  4. Delete the script (optional)

🎉 Congrats, your application has been migrated!