How to update ERPNext & Frappe to certain versions instead of the latest version?

Dear community, is it possible to update ERPNext & Frappe to certain versions only instead of the latest version? If it is possible, please share the method.

You can not back port to previous version. If you want to change the version of the current release for example you are on develop that is by default version 13 you can use the command

Bench switch-to-branch version-13-beta frappe erpnext
This will change branch from develop to version-13-beta

If you create a new bench you are free to select any version

Bench init frappe-bench --frappe-branch version-12
Bench get-app erpnext --branch version-12 

Just note you cannot back port.
Regards

name ‘utils’ is not defined

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