Merge pull request #628 from SchrodingersGat/backup-fix

Slight tweak to makefile
This commit is contained in:
Oliver 2020-02-02 18:09:41 +11:00 committed by GitHub
commit d71fd1aad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ clean:
rm -rf .tox rm -rf .tox
rm -f .coverage rm -f .coverage
update: backup install migrate static update: install migrate static
# Perform database migrations (after schema changes are made) # Perform database migrations (after schema changes are made)
migrate: migrate:

View File

@ -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. 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:: .. 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 Stop Server
----------- -----------