【发布时间】:2020-10-05 10:02:22
【问题描述】:
我正在尝试应用迁移,我能够成功执行以下命令
hasura 迁移应用 --endpoint http://192.168.99.100:8080/
但是当我尝试执行下一个命令时,我得到下面提到的错误,任何想法......
hasura 元数据应用 --endpoint http://192.168.99.100:8080/
INFO unable to install cli-ext plugin. execute the following commands to continu
e:
hasura plugins install cli-ext
time="2020-06-16T01:31:18+04:00" level=fatal msg="failed to apply metadata: cann
ot apply metadata on the database: cannot build actions from metadata: cannot in
stall plugin cli-ext: install failed: failed to link installed plugin: failed to
create a symlink from \"C:\\\\Users\\\\umar.farooq\\\\.hasura\\\\plugins\\\\sto
re\\\\cli-ext\\\\v1.2.2\\\\cli-ext-hasura-win.exe\" to \"C:\\\\Users\\\\umar.far
ooq\\\\.hasura\\\\plugins\\\\bin\\\\hasura-cli_ext.exe\": symlink C:\\Users\\uma
r.farooq\\.hasura\\plugins\\store\\cli-ext\\v1.2.2\\cli-ext-hasura-win.exe C:\\U
sers\\umar.farooq\\.hasura\\plugins\\bin\\hasura-cli_ext.exe: A required privile
ge is not held by the client."
【问题讨论】:
标签: postgresql graphql hasura database-metadata