Upgrading DGraph from V 1.0.15 to latest, Exporting data

I followed these steps:

Present Version is 1.0.15

  1. dgraph zero --my=ip:5080
  2. dgraph alpha --lru_mb= --my=ip:7080 --zero=ip:5080 --whitelist --bindall=true
  3. while accessing UI, In Dgraph server URL: http://ip:8080 - it is connected
    in order to access /admin endpoint
    http://ip:8080/admin unable to connect.

There’s no admin endpoint for Ratel. The admin endpoint is exclusive for GraphQL. And Ratel doesn’t run GraphQL.

This happens cuz there’s no Alpha at this endpoint.

See this