Closed
Description
What Operating System(s) are you seeing this problem on?
Linux (x86-64)
Backend.AI version
Describe the bug
Keypair add command fails with the error message below:
$ ./backend.ai --output=json admin keypair add [email protected] default
{
"ok": false,
"msg": "unexpected error: Could not locate column in row for column 'groups_name'",
"item_name": "keypair",
"action_name": "add"
}
To Reproduce
- Create a new user
$ ./backend.ai admin user add default [email protected] 0000
- Create a new keypair for the user
$ ./backend.ai admin keypair add [email protected] default
Expected Behavior
Successfully create a new keypair for the given user.
Anything else?
It seems to be related to GraphQL or database fields.
Activity