V13 - Beta to Final Version Update

Hi - saw a post on the ErpNext FB page that v13 is here. I am assuming its the final version.
Any guidance on how to upgrade from v13 beta to the final version?

Would be useful to know. I am running beta 14. But how to update to 13.4?

In principle, switching from the version-13-beta branch to the version-13 branch and then running an update should be sufficient (but, as always, take backups!)

bench --site *site_name* switch-to-branch version-13 erpnext frappe
bench --site *site_name* update
1 Like

As it worked for me:

WIthout “—site sitename.com
bench switch-to-branch version-13 erpnext frappe
And then run the next line to get over the problems of PSUTILS
./env/bin/pip install psutil

Thank you

1 Like