Skip to main content
Skip to main content

v1.6.1

Updating your Medusa backend to version 1.6.1 requires running migrations on your backend.

Overview

As the new version 1.6.1 make changes to the database schema, it is required to run new migrations before you start your backend.

Without running the migrations, you might have trouble accessing and using the Medusa Admin.


Actions Required

After updating your backend, run migrations with the following command:

npx medusa migrations run
Was this section helpful?