Hi, Nebula Team.
While using the Nebula-importer, I use a supervisor role and execute the config yaml.
The process stoped at the below:
postStart:
commands: |
UPDATE CONFIGS storage:wal_ttl=3600;
UPDATE CONFIGS storage:rocksdb_column_family_options = { disable_auto_compactions = true };
CREATE SPACE IF NOT EXISTS world_peace;
USE world_peace;
CREATE TAG IF NOT EXISTS l(user int, peace int);
CREATE EDGE IF NOT EXISTS p();
afterPeriod: 8s
And I got an error message: E_BAD_PERMISSION,
If I use the web and shell login by my supervisor role, it can success do it.
Please kindly provided any information to help this issue.
Best Regards,
Nebula Users.