# 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](../guides/update-version.md) 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!