How to Update Frappe Framework to the Latest Version?

I’m currently using Frappe Framework v15.44.2 (version-15), and I want to update it to the latest version. I tried running bench update, but it doesn’t seem to update Frappe.

Can someone guide me on the proper steps to upgrade Frappe to the latest version

First take a backup.

use below command in frappe-bench directory:

bench update

// OR

bench update --reset
1 Like

In my case, using bench update --reset worked perfectly. Thanks for your help!