Dump and Load Data

I want to take dump of data from one Dgraph server and load it to another Dgraph server. How I can do that?

You can use the RDF Export https://docs.dgraph.io/deploy/#export-database

And then load with bulkload https://docs.dgraph.io/deploy/#bulk-loader

the export-database link is broken https://dgraph.io/docs/deploy/dgraph-administration/#exporting-database seems to be correct one now.

1 Like

Thanks @WolfgangFahl for reporting this. I have created a PR for the same.