Error when migrating agent permissions #9113
-
I got the following error when trying to migrate the agent permissions The command I used is "npm run migrate:agent-permissions"
Can someone help me with that? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Are you running in docker? If so, you need to run the command inside the container:
Run |
Beta Was this translation helpful? Give feedback.
-
I do not understand this either, what exactly do we have to do here:
|
Beta Was this translation helpful? Give feedback.
-
Ah !
|
Beta Was this translation helpful? Give feedback.
Are you running in docker? If so, you need to run the command inside the container:
docker exec -it [container id] npm run migrate:agent-permissions
Run
docker ps
to obtain the container id.