Issues initializing kubernetes cluster

The restored cluster should be with the same Zeros you used during the bulk loader. So, given the export data and schema from a previous cluster (g01.rdf.gz and g01.schema.gz), you’ll do the following:

  1. Run the Dgraph Zeros of the new cluster (no Alphas yet)
  2. Run bulk loader with the --zero option set to the Zero leader. This allocates the UID lease based on the dataset.
  3. Copy the p directory from public loader to each Alpha replica.
  4. Start the Alphas.
1 Like