Reputation: 630
I hope I was terse but specific enough at the title:
What I am trying to do
Upvotes: 2
Views: 679
Reputation: 630
docker exec -it <container id> curl localhost:8080/admin/export
export
folder is found under /dgraph
dgraph server
like so: docker cp <container id>:/dgraph/export .
pwd
rm -rf
the export
folder in the container. references:
- https://discuss.dgraph.io/t/unable-to-run-admin-export-on-server-via-putty/1748/9
Upvotes: 3