How to install updates?

I’m totally a newbie in ERPNext.
I want to know how to install updates to my ERPNext. Note that my ERP is implemented on the cloud.

SSH to your cloud server
cd frappe-bench
Optional good practice is to do bench backup before next steps
bench update --reset
bench migrate
bench clear-cache

1 Like

Where to type these command

  • Use a SSH client like putty to log into the command line interface of your server
  • then type the commands provided by @Muzzy to do the update

Here is a guide to the “Bench” commands:

https://frappeframework.com/docs/user/en/bench/resources/bench-commands-cheatsheet

BKM

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