Run database migrations for Frappe apps
Executes Frappe database migrations with safety checks, backup prompts, and detailed migration planning. Use this when upgrading Frappe apps to safely apply schema changes and patches.
/plugin marketplace add Venkateshvenki404224/frappe-apps-manager/plugin install frappe-apps-manager@frappe-marketplaceExecute database migrations for Frappe applications:
bench --site <site-name> migrate for specific sitebench --site all migrate for all sitesbench --site <site-name> migrate --app <app-name> for specific appbench --site <site-name> clear-cacheSafety: Always emphasize the importance of backups before migrations, especially in production environments.