InvenTree/docs/update.rst
2019-09-04 10:54:15 +10:00

756 B

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Update InvenTree

System Message: ERROR/3 (<stdin>, line 4)

Unknown directive type "toctree".

.. toctree::
   :titlesonly:
   :maxdepth: 2
   :caption: Update
   :hidden:

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.

Stop Server

Stop the InvenTree server (e.g. gunicorn)

Update Source

Update the InvenTree source code to the latest version.

git pull origin master

Perform Migrations

Updating the database is as simple as calling the makefile target:

make migrate

Restart Server

Restart the InvenTree server

</html>