HomeAbout UsServicesProductCase StudyBlogsContact Us
Try AI Dashboard
  1. Home
  2. /
  3. Blogs
  4. /
  5. Boosting Frappe: Moving masters across multi environment

Scalix Insights1 min read

Boosting Frappe: Moving masters across multi environment

By Prafful Suthar

Master Meta

Master Meta allow for exporting the master Doctype data to json.

Note : The exported json is saved inside the app selected in Exported App field.

Fields

  • Meta Doctype : We have Master Meta doctype where a master doctype could be declared and synced.

  • Status : Shows if the Master Meta is already exported/synced with the latest master doctype field.

    Note :

    At the time of creation the status is default set to desynced.

    If the master docType is updated after sync and auto sync is not turned on then status changes to desynced and Sync Fixture feature is available.

  • Auto Sync Fixture : Option to auto export/sync the master meta every time docType is updated.

  • Exported App : This field allows you to select for which app does the sync/export happen.

Exclude Field

  • Exclude Update : Fields that should be excluded while syncing/exporting.

  • Exclude Export : Fields that should be excluded while importing.

Creating Master Meta

After Save message of Master Meta

Note : Add the related docType to the master DocType, should their data to also be synced.

Sync Masters

Command

Command can be used to sync master as per latest synced state

bench --site {site} sync-masters

Note:

  • replace {site} with appropriate value or all keyword to run command on all sites.

API

Sync can also be triggered from APIs by a system-manager as follows

curl -X POST http://{{FRAPPE_SITE}}/api/method/frappe_utils.commands.site.sync_masters_api \
    -H 'Content-Type: application/json' \
    -H 'Authorization: Basic {{TOKEN}}==' \
    -d '{
        "sites" : ["site1.localhost"],
        "force": false,
        "verbose": false,
        "profile": false
    }'

About the author

Prafful Suthar writes for Scalix on enterprise platforms, high-throughput systems, and ERP delivery. Scalix builds and migrates mission-critical software for regulated and scale-heavy organizations from Mumbai and remote-first teams. See our case studies for problem–solution–result write-ups, or contact us about your roadmap.

Related case studies

  • Reliance — SAP-class MDM and Frappe at conglomerate scale
  • Citixsys / iVend — retail ERP and secure distribution
  • SprintMoney — fintech integrations and platform performance
Footer Logo

About

  • Company
  • Blogs
  • Contact Us

Services

  • Custom Development
  • System Optimization
  • Infrastructure & Operation
  • Strategic Technology
  • Quality Assurance

Got a question?

Phone icon

Call us

+91 - 9987938039
Email icon

Email Us

sales@scalix.in
Location icon

Location

113 - Tanvi Diamoda Gold, Tanvi Complex,
S.V. Road, Dahisar (E),
Mumbai, Maharashtra 400068.
Footer Logo

Got a question?

Phone icon

Call us

+91 - 9987938039
Email icon

Email Us

sales@scalix.in
Location icon

Location

113 - Tanvi Diamoda Gold, Tanvi Complex,
S.V. Road, Dahisar (E),
Mumbai, Maharashtra 400068.

About

  • Company
  • Blogs
  • Contact Us

Services

  • Custom Development
  • System Optimization
  • Infrastructure & Operation
  • Strategic Technology
  • Quality Assurance

© Copyright 2026. All Rights Reserved.