Update Frappe to Version-15

Frappe Framework is the backbone of ERPNext, and keeping it up-to-date is crucial for performance, security, and access to the latest features. Are you running an older version of Frappe? This guide

 · 1 min read

In order to update frappe to the version of requirement or choice- first off, back up all the resources you have in your site.

Let’s update frappe framework.

1. Install node to the latest version from Linux terminal. Make sure that your node version is >=18

nvm install node

Confirm the node to the latest version before proceeding.

node -v

2. Initialize Frappe Bench

bench init --frappe-branch version-15 frappe-bench

2. Switch to the required branch for updating apps.

bench switch-to-branch version-15 frappe erpnext hrms pass --upgrade

3. Update the patch.

bench update --patch

4. Disable Maintenance Mode.

bench set-maintenance-mode off

5. Update the bench.

pip3 install --upgrade frappe-bench
bench update
If you see Cannot proceed with update, kindly make commit and push or pull the related apps.

If you find updating issue on your site, run the following command.

bench update --reset

No comments yet.

Add a comment
Ctrl+Enter to add comment