Frappe V14 to V15 Upgradation

@Deepu1117
May be it helps:

——

Update node as well:

Upgrade The System

sudo apt update
sudo apt upgrade

Update node-npm-yarn

curl -fsSL https://deb.nodesource.com/setup_10.x| 41 sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g npm
sudo npm install -g yarn

Upgrade Frappe Bench

sudo -H pip3 install --upgrade frappe-bench

Update

bench setup requirements
bench update

———

Some apps are separate , depending what you use.
For example:
HR
PAYMENT
you must install separately

1 Like