Hi there,
Is there any official documentation on upgrading frappe v14 to v15?.
Thanks in Advance!.
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
@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
@Deepu1117
bench update command only changes update to the latest version in the same branch like version-14 or version-15