[URGENT] move doctype definitions(fields, customisations, client scripts) with data

How to move doctype definitions(fields, customisations, client scripts) from dev to prod environmental

My Approach:

Tried to export via bench export the doctype, but its exporting the fields and values.

I want the definition and its customisations(depends on, mandatory etc)

and values in another, so that I can import it in prod.

its, urgent, hence TAGGING FOLKS

@NCP @Abdeali @peterg

Hi,

Please check my answer in this : Moving custom field to test to production

Thanks,

Divyesh Mangroliya

Hi @ahsas5 :

Best practice is packing all your customizations into a custom app, upload it to a git repository and then installing it with regular procedure on your production server.

Data could be managed with import/export methods …

Anyway, if you want to move all your data … why not backup/restore?

1 Like

Thanks, let me check and try it.