From 09d73815f320c9c560317f1a094f73b46fb15e28 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 22 Aug 2021 23:14:31 +1000 Subject: [PATCH] Update docker_prod.md Fix export-records documentation Closes https://github.com/inventree/inventree-docs/issues/159 --- docs/start/docker_prod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker_prod.md b/docs/start/docker_prod.md index 9e4211e..f2dca15 100644 --- a/docs/start/docker_prod.md +++ b/docs/start/docker_prod.md @@ -233,7 +233,7 @@ Database and media files are stored external to the container, in the volume loc To export the database to an agnostic JSON file, perform the following command: ``` -docker-compose run inventree-server invoke export-records /home/inventree/data/data.json +docker-compose run inventree-server invoke export-records -f /home/inventree/data/data.json ``` This will export database records to the file `data.json` in your mounted volume directory.