2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-03 08:50:54 +00:00

docs: Update bench CLI update method

This commit is contained in:
gavin 2020-09-09 15:03:50 +05:30 committed by GitHub
parent 137a78a6b0
commit bc2eb7b4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,14 @@
* Updating
Currently, `bench update` can be run from any directory however the context of the command changes. If run from a bench directory, the vanilla command itself updates all apps, runs migrations and backs up all sites.
To update the bench CLI tool, depending on your method of installation, you may use
bench update
pip3 install -U frappe-bench
To backup, update all apps and sites on your bench, you may use
bench update
To manually update the bench, run `bench update` to update all the apps, run