Error after restore on bench update

hello brothers.

after restoring my database

I made bench update

but that error message appear

> Cannot proceed with update: You have local changes in app “hrms” that are not committed.

any help

Hi @ahmedbahgattt,

bench update --reset
bench --site [sitename] migrate
bench --site [sitename] clear-cache
bench --site [sitename] clear-website-cache

Thank You!

1 Like

same problem

Cannot proceed with update: You have local changes in app “hrms” that are not committed.

Here are your choices:

  1. Merge the hrms app manually with “git pull” / “git pull --rebase” and fix conflicts.
  2. Temporarily remove your changes with “git stash” or discard them completely
    with “bench update --reset” or for individual repositries “git reset --hard”
  3. If your changes are helpful for others, send in a pull request via GitHub and
    wait for them to be merged in the core.

itis solved the problem with hrm app not compatiable
i changed it