v13 v14 in place upgrade - ashish-greycube/help GitHub Wiki

https://cloud.erpgulf.com/blog/support-forum/erpnext-upgrade-from-version-13-to-version-14-ubnutu

Do steps 1-7 <-- do with root user

[Note (General Information): When doing 1st step (as a root user) use following to go to frappe-bench folder: cd /home/frappe then, cd frappe-bench/apps/erpnext You will see full path like this: root@vmi790538:/home/frappe/frappe-bench/apps/erpnext#]

Do step 8 onwards with frappe user 8- Upgrade Node <-- do with frappe user

sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
nvm install node
sudo apt-get install npm
npm install -g yarn

11 & 12 - Do in frappe-bench directory

12 - use

bench switch-to-branch version-14 frappe erpnext --upgrade 

13 - (not requried) bench get-app https://github.com/resilient-tech/india-compliance.git --branch version-14 bench --site sitename install-app india_compliance