frappe/helm

Migration job is Complete however customization from custom/{document}.json does not take effect

hieutrluu opened this issue · 1 comments

Description of the issue

The migration job is succeeded. However custom app Doctype customization is not update in specified Doctype when running migrate job.

Context information (for bug reports)

The helm project is running on Eks

Installed Apps
ERPNext: v13.33.0
Frappe Framework: v13.32.1
Custom App : v0.0.1

Steps to reproduce the issue

  1. Create customization for Doctype. (e.g: add a field (test, fieldtype: data) in Item Doctype in your custom app)
  2. Push the change from custom app the the K8s cluster
  3. Run the Migrate job

Observed result

Added field does not exist in production server (customization is not updated)

Expected result

Added field exist in production server (customization is updated)

Stacktrace / full error message if available

None: logs

...
Updating customizations for Work Order
Updating customizations for Work Order Item
Building search index for site.name

Retrieving Routes                   : [=                                       ] 2%
2022-06-12T07:07:56.485196493Z

I haved also tried to execute into the Pod and run cmd: bench migrate in which it finished sucessfully. However the customization is also not updated
Best regards

My bad, I did not set developer_mode: 1 in site_config.json