Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

v1.8.1

Version 1.8.1 of Medusa introduces database schema changes which require running the migrations command.

Overview​

This release introduces a new column named description on Product Categories. It is required to run migrations to ensure your backend works as expected.


How to Update

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

npm install @medusajs/medusa@1.8.1

It's also recommended to update any other Medusa plugins or packages you have installed.


Actions Required​

Run Migrations​

After updating your Medusa backend and before running it, run the following command to run the latest migrations:

npx medusa migrations run
Was this section helpful?