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:
parent
c86114e620
commit
09d73815f3
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user