I’m importing RDF data into an empty dgraph v1.0.16 instance. Previously I would be able to import the same data into an older dgraph version without a problem (not sure what version but it was several months ago since I imported the data before).
I’m getting the following error:
Error while mutating Uid: [4600006] cannot be greater than lease: [0]
The problem was that I applied the schema I wanted to use before importing the data. When I applied the schema within the import command everything worked fine.