I want to import my schema file to dgraph

I want to import the schema files to dgraph and bring it up.

i tried using curl and live loader but its not working.

I run below command

curl -X POST 54.196.104.203:8080/admin/schema --data-binary ‘@g01.gql_schema.gz

after running the command it showing

Dgraph browser is available for running separately using the dgraph-ratel binary

You should uncompress the gz file first.

1 Like

Yes i uncompressed the file and checked…its showing the same

I’m not sure the reason for this error. You can look at these posts

http://discuss.dgraph.io/search?q=dgraph%20browser%20is%20available%20for%20running%20separately%20using%20the%20dgraph-ratel%20binary

1 Like

ok thanks for the support.