2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Update docker_prod.md

Fix export-records documentation

Closes https://github.com/inventree/inventree-docs/issues/159
This commit is contained in:
Oliver 2021-08-22 23:14:31 +10:00 committed by GitHub
parent c86114e620
commit 09d73815f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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. This will export database records to the file `data.json` in your mounted volume directory.