Hello! I have exported my Dgraph Cloud instances for one of my sites, and I would like to upload it to a new Cloud instance. I followed the directions here (https://dgraph.io/docs/cloud/admin/import-export/), but the response I am getting is basically a bunch of these:
Error while mutating: unauthorized to mutate acl predicates: dgraph.user.group
s.Code PermissionDenied
I ran the command from the above-linked docs using Docker and an Admin API Key.
You cannot alter a reserved predicate. Used to Multitenancy(ACL). Only Admins(which in Dgraph is called guardian) can do this.
As the free instance doesn’t have ACL activated. You can’t ingest that predicate into the cluster. Maybe we should have a flag to export without ACL context. Feel free to open an issue for that. at Sign in to GitHub · GitHub