Backups Missing from Latest

Backups are missing from the latest ratel. Offline works fine.

Steps To Reproduce

  1. Deploy Dgraph v20.07.0 with ACL and Encryption-on-Rest enabled.
  2. Launch Ratel Latest, e.g. http://ratel.devtest.dgraph.io/?latest#, and log in groot/password.

Actual Results

The Backup is missing with Latest.

Expected Results

The Backups should be available with Latest.

Notes

The Backups work in Local, e.g. http://ratel.devtest.dgraph.io/?local.

Enterprise features are available, using health check from the pod curl -s localhost:8080/health | jq

[
  {
    "instance": "alpha",
    "address": "dgd-dgraph-alpha-0.dgd-dgraph-alpha-headless.default.svc.cluster.local:7080",
    "status": "healthy",
    "group": "1",
    "version": "v20.07.0",
    "uptime": 3574,
    "lastEcho": 1599061018,
    "ongoing": [
      "opRollup"
    ],
    "ee_features": [
      "acl",
      "encryption_at_rest",
      "encrypted_backup_restore",
      "encrypted_export"
    ]
  }
]

Fixed in 8db76d