-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unable to solve You have local changes in app "crm" that are not committed #1705
Copy link
Copy link
Open
Labels
Description
Information about bug
When execute bench update, the message Cannot proceed with update: You have local changes in app "crm" that are not committed appears
Bench update --reset does work and all get updated , after this execute bench update give the same error again
Used bench --site site-name uninstall-app crm does clear all doctypes
Bench get-app crm asking for override, this allowed and installed crm on the site again.
Still bench update give the same error
How can I solve this issue?
Module
CRM
Version
Frappe V16
Bench version 5.29.1
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
bench update
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
From https://github.com/frappe/frappe
* branch version-16 -> FETCH_HEAD
Backing up sites...
Backup Summary for site-name at 2026-03-19 03:06:12.614831
Config : /opt/nexterp/frappe-bench/sites/site-name/private/backups/20260319_030610-site-name-site_config_backup.json 185.0B
Database: /opt/nexterp/frappe-bench/sites/site-name/private/backups/20260319_030610-site-name-database.sql.gz 1.5MiB
Backup for Site site-name has been successfully completed
Updating apps source...
Cannot proceed with update: You have local changes in app "crm" that are not committed.
Here are your choices:
1. Merge the crm 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.Reactions are currently unavailable