mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge remote-tracking branch 'inventree/master'
This commit is contained in:
commit
e03d8f55ea
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ clean:
|
||||
rm -rf .tox
|
||||
rm -f .coverage
|
||||
|
||||
update: backup install migrate static
|
||||
update: install migrate static
|
||||
|
||||
# Perform database migrations (after schema changes are made)
|
||||
migrate:
|
||||
|
@ -10,7 +10,7 @@ Update InvenTree
|
||||
Adminitrators wishing to update InvenTree to the latest version should follow the instructions below. The commands listed below should be run from the InvenTree root directory.
|
||||
|
||||
.. important::
|
||||
It is advisable to backup the InvenTree database before performing these steps.
|
||||
It is advisable to backup the InvenTree database before performing these steps. The particular backup procedure may depend on your installation details. To perform a simple database dump, run the command ``make backup``.
|
||||
|
||||
Stop Server
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user