Skip to main content
Skip to main content

v1.10.1

Version 1.10.1 of Medusa introduces database schema changes that require you run the migrations command.

Overview

This release contains a migration that extends the ReservationItem and InventoryItem entities with additional properties.


How to Update

Run the following command in the root directory of your Medusa Backend:

npm install @medusajs/medusa@1.10.1

To avoid unexpected issues with dependencies, it is 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:

npx medusa migrations run
Was this section helpful?