mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
parent
ea6bdd3ca6
commit
bda237a13f
2
tasks.py
2
tasks.py
@ -409,7 +409,7 @@ def restore(
|
|||||||
ignore_database=False,
|
ignore_database=False,
|
||||||
):
|
):
|
||||||
"""Restore the database and media files."""
|
"""Restore the database and media files."""
|
||||||
base_cmd = '--no-input --uncompress -v 2'
|
base_cmd = '--noinput --uncompress -v 2'
|
||||||
|
|
||||||
if path:
|
if path:
|
||||||
base_cmd += f' -I {path}'
|
base_cmd += f' -I {path}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user