From ff5c38054cb1bce24e9d92b102b12be0cd3e4e9f Mon Sep 17 00:00:00 2001 From: nick9822 Date: Wed, 28 Sep 2016 19:11:36 +0530 Subject: [PATCH] Update command for Reinstall with fresh database --- frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md b/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md index 8dc304cdd6..4787a8dd7b 100755 --- a/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md +++ b/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md @@ -53,6 +53,7 @@ * `bench remove-from-installed-apps [app-name]` Remove app from the list of apps * `bench uninstall-app [app-name]` Delete app and everything linked to the app * `bench remove-app [app-name]` Remove app from the bench entirely +* `bench --site [sitename] --force reinstall ` Reinstall with fresh database (Caution: Will wipe out old database) * `bench new-site [sitename]` - Creates a new site * `--db-name` Database name * `--mariadb-root-username` Root username for MariaDB