Skip to content

Steps to clean drop Database and Fresh Install ERPNext for same site

Jignesh Greycube edited this page May 24, 2018 · 2 revisions

let us assume the sitename is demo.example.com

  1. bench --site [demo.example.com] uninstall-app [custom_app_name]
  2. bench --site [demo.example.com] --force reinstall
  3. Run wizard
  4. bench --site [demo.example.com] install-app [custom_app_name]
Clone this wiki locally