We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141541c commit 3a3b420Copy full SHA for 3a3b420
dgraph/self-hosted.mdx
@@ -480,7 +480,9 @@ curl http://10.0.1.10:8080/health
480
kubectl port-forward -n dgraph svc/dgraph-dgraph-alpha 8080:8080 &
481
curl -X POST localhost:8080/admin/schema -H "Content-Type: application/json"
482
\ -d @schema_backup.json
483
-
+curl -X POST localhost:8080/admin/schema \
484
+ -H "Content-Type: application/json" \
485
+ -d @schema_backup.json
486
```
487
488
</Tab>
0 commit comments