Single App Migration
Single App Migration
bench --site {site} migrate-app --force {apps}
Note:
- replace
{site}
with appropriate value orall
keyword to run command on all sites. {app}/__init__.py
should have a flagis_set_to_migrate
for app to be migrated or--force
is used to force migrate the app.{apps}
is a space separated string. e.g.frappe
orfrappe frappe_utils castlecraft
.