Import/Export customizations

What is the expected way to import/export customizations?

I want to work on customizations on a local copy of ERPNext, then export them and import them on the production server every now and again.

Thanks.

I think what you are looking for is this:

Related KB article:

https://frappe.io/kb/app-development/how-to-add-customizations-to-app

Thanks both, but Iā€™m not developing a full app. Not a python developer.

Just making some customizations to ERPNext, and want to migrate them.

Would simply exporting from the sql table that holds the customisations, and importing them again on the other system, not work?

Thanks.

You can also export and import the Custom Field table via Setup > Data > Import and Export

and import it in your new system

1 Like

Hi, can advise the updated link for this article ?