docs: added migration action to upgrade guide (#5669)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user