hey there, can anyone help me to tell me the steps to uninstall erpnext ??
bench uninstall-app erpnext
This will uninstall app from site you can check this command by doing
bench --help
1 Like
will that remove everthing related to erpnext including frappe foldersand the database?
To remove all of frappe:
- Drop all the sites How can I delete/remove a site?
bench drop-site --no-backup - Delete frappe-bench directory.
2 Likes