docs: added migration action to upgrade guide (#5669)

This commit is contained in:
Shahed Nasser
2023-11-21 16:46:22 +02:00
committed by GitHub
parent 2b9e8bda5e
commit 9c7ac7332a

View File

@@ -36,3 +36,15 @@ npm install @medusajs/medusa@1.18
```
To avoid unexpected issues with dependencies, it's also recommended to update all other Medusa plugins or packages you have installed.
---
## Actions Required
### Run Migrations
After updating your Medusa server and before running it, run the following command to run the latest migrations:
```bash
npx medusa migrations run
```