I’ve developed a custom app named “app_management” within ERPNext version 14 on my server abc.def.2.30. I’ve employed the fixtures concept for migrating doctype customizations. Subsequently, I migrated the “app_management” app to ERPNext version 15 on server abc.def.2.45 using Git. Although I’ve successfully installed my custom app, “app_management,” the custom doctype isn’t appearing in the Frappe UI on the migrated server, abc.def.2.45.
Could someone please assist me in resolving this issue?
Yeah.
I have executed the export-fixtures command in my dev server i.e abc.def.2.30 and it is working fine in it.
Do I need to execute the bench export-fixtures in my prod server too?
Yes.
But what about the custom app doctype migration from one server (version-14) to another server (version-15).
I am facing issue in the above mentioned scenario.
How to achieve this?