Files
medusa-store/docs/content/troubleshooting/errors-after-update.md
2023-06-06 15:18:23 +03:00

19 lines
738 B
Markdown

---
title: 'Errors After Update'
---
If you run into errors after updating Medusa and its dependencies, it's highly recommended to check the [Upgrade Guides](../upgrade-guides/index.mdx) if there is a specific guide for your version. These guides include steps required to perform after upgrading Medusa.
If there's no upgrade guide for your version, make sure that you ran the `migrations` command in the root directory of your Medusa backend:
```bash
npx @medusajs/medusa-cli migrations run
```
This ensures your backend has the latest database structure required. Then, try running your Medusa backend again and check whether the same error occurs.
---
## See Also
- [Migrations](../development/entities/migrations/overview.mdx)