Creating new module in frappe

Standard practice is to run migrate after each update - where update ‘upgrades’ the code to the latest version, migrate transforms or ‘syncs’ the data from the old version to the new code version (by applying code and data patches.)

Posts like this help explain the update + migrate process (Resolved) Restore V12 from V10 backups

2 Likes