Upgrage to v8 from version 7

I have setup my own repo of erpnext for customization purpose. in that. I have v7.2.31 my question is how to update that version with current version so that customization that.I have done not get removed during merge.

@Hardik_Mehta,

first commit all the changes that you have done in ERPNext or Frappe repo, then you can try upgrading the ERPNext.

Set the rebase_on_pull: true in common_site_config.json then run the bench update --upgrade

If there are any conflicts then you will need to remove the conflicts manually.

Thanks,
Makarand

1 Like

thank you so much @ArundhatiS @makarand_b four your prompt help i will try this steps.and will post here.