Run database migrations in Medusa
Scanned 2/12/2026
Install via CLI
openskills install medusajs/medusa-agent-skills---
description: Run database migrations in Medusa
allowed-tools: Bash(npx medusa db:migrate:*)
---
# Run Database Migrations
Execute the Medusa database migration command to apply pending migrations.
Use the Bash tool to execute: `npx medusa db:migrate`
Report the migration results to the user, including:
- Number of migrations applied
- Any errors that occurred
- Success confirmation
No comments yet. Be the first to comment!