I have been tested with v5

Hi i have been tested with V5 and its i have created many sites and apps. and its collapsed.
now i want to remove the over all complete frappe from my system and i want to install it again.what can i do. any one can help.

  1. Delete files/folder like frappe-bench, bench-repo etc…
  2. Remove MariaDB (Re-validate removing DB completely if you are using same DB for other development)

You will get a fair chance of clean install. :slight_smile:

Sunil
Nescode (https://www.nescode.com)
Partner for ERPNext

Hi Thanks for your reply may i know how to remove the maria db form the ubuntu system and how to validate whether it removed completely. Because when i remove and install it throws an error.

Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
File “/home/dev6/bench-repo/bench/cli.py”, line 56, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 664, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 644, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 464, in invoke
return callback(*args, **kwargs)
File “/home/dev6/bench-repo/bench/cli.py”, line 184, in new_site
_new_site(site, mariadb_root_password=mariadb_root_password, admin_password=admin_password)
File “/home/dev6/bench-repo/bench/utils.py”, line 117, in new_site
), cwd=os.path.join(bench, ‘sites’))
File “/home/dev6/bench-repo/bench/utils.py”, line 79, in exec_cmd
subprocess.check_call(cmd, cwd=cwd, shell=True)
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '/home/dev6/frappe-bench/env/bin/frappe erpnext --install 76cf18db07 ’ returned non-zero exit status 127