Update to latest v12 and not v13

Hello,

I’m trying to update to the latest v12 release. But the bench update command tries to switch to v13. Is there any way to update to the latest release of v12 and not v13?

Also, while viewing the versions of erpnext and frappe, I see this.

image
Shouldn’t it should a particular version, eg. 12.9.0?

Thanks,

Parth

Two ways

  1. create a branch in your working directory with the same name as the remote branch you want to pull, for Frappe and ERPNext version 12 is on the version-12 branch so a
    Git fetch upstream version-12 should work, remember to merge after fetching
  2. To migrate to a specific tag you can just checkout to the specific tag directly use this link for reference Installing a specific version of Frappe/ERPNext
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.