Can I stay on v10 and update to the latest v10 release? (Other thread was closed without a solution)

Thanks for pointing that out @wale

So the issue was the upstream of the erpnext app didn’t include to search all.

Steps:

  1. Edit /apps/erpnext/.git/config
  2. Under [remote “upstream”], change the line fetch to the following:
    fetch = +refs/heads/*:refs/remotes/upstream/*
  3. Run bench switch-to-branch v10.x.x frappe erpnext
  4. Run bench update --patch
  5. Done

Thanks for the help. :sunglasses:

3 Likes