Frappe V14 to V15 Upgradation

Hi there,
Is there any official documentation on upgrading frappe v14 to v15?.

Thanks in Advance!.

Thanks!. But I just want to update my frappe version to 15.I have already installed frappe in my system.

as per my practice for major version updates like 14 to 15

I am always creating replica servers for the latest version and restoring a database of the old versions to a replica server
by command bench restore [path of database backup file]
after I transfer files by filezilla
that way we can safely update the version

1 Like

@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

@Deepu1117
bench update command only changes update to the latest version in the same branch like version-14 or version-15