2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +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

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:
```
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.