mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Added a bunch of developer documentation
This commit is contained in:
12
docs/backup.rst
Normal file
12
docs/backup.rst
Normal file
@ -0,0 +1,12 @@
|
||||
Backup and Restore
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:maxdepth: 2
|
||||
:caption: Backup
|
||||
:hidden:
|
||||
|
||||
InvenTree provides database backup and restore functionality through the `django-dbbackup <https://github.com/django-dbbackup/django-dbbackup>`_ extension.
|
||||
|
||||
This extension allows databas models and uploaded media files to be backed up (and restored) via the command line.
|
Reference in New Issue
Block a user