Hello,
I am using:
- Frappe v12.6.1 (version-12)
- ERPNext v12.9.2
- Bench v5.0.0
I just performed an update on a custom app, and when updating the application in the Frappe environment, I follow these steps:
git pull
(to fetch changes from the GitHub repository)bench migrate
bench restart
The app updates, and everything seems correct on the app’s side. However, in my Frappe environment, I have added custom DocTypes and modified core DocTypes provided by ERPNext and Frappe by adding fields through “Edit DocType”. I notice that the fields do not appear in the user interface, but when I check through the console, I can see the fields that are not rendering in the UI. Additionally, I detected that newly added fields in the “Edit DocType” of a custom DocType do not render after the bench migrate
.
What steps should I follow? How can I upgrade the versions of Frappe and ERPNext without losing the changes I made?