ERPNext OVA Installation Proxmox

Production Environment Installation

Follow Below Steps

  • Download Latest Build from build.erpnext.com
  • Import this to your Proxmox
  • Change IP Address
  • Start ERPNext VM
  • Configure ERPNext

Watch Tutorial Here

IN above video I have explained step by step installation on Proxmox Server

How to Update ERPNext to Latest Version

If you want to Update you must use the below command

bench update

in case you get an error “Cannot proceed with an update: You have local changes in-app “frappe” that are not committed”

then you must use the below commands

cd /home/frappe/frappe-bench/apps/frappe
git stash

cd /home/frappe/frappe-bench/apps/erpnext
git stash

cd /home/frappe/frappe-bench
bench update –reset

Leave a Comment