Create a new db #52570
Closed
DanielCastronovo
started this conversation in
General
Create a new db
#52570
Replies: 1 comment 1 reply
-
Hm - the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected behavior:
DB created
Current behavior:
creating resources of type "" is not supported
Bug details:
17.2.8
17.2.8
Create db.yaml file :
tctl create -f db.yaml
ERROR REPORT:
Original Error: *trace.BadParameterError creating resources of type "" is not supported
Stack Trace:
github.com/gravitational/teleport/tool/tctl/common/resource_command.go:387 github.com/gravitational/teleport/tool/tctl/common.(*ResourceCommand).Create
github.com/gravitational/teleport/tool/tctl/common/resource_command.go:270 github.com/gravitational/teleport/tool/tctl/common.(*ResourceCommand).TryRun
github.com/gravitational/teleport/tool/tctl/common/tctl.go:171 github.com/gravitational/teleport/tool/tctl/common.TryRun
github.com/gravitational/teleport/tool/tctl/common/tctl.go:80 github.com/gravitational/teleport/tool/tctl/common.Run
github.com/gravitational/teleport/tool/tctl/main.go:32 main.main
runtime/proc.go:272 runtime.main
runtime/asm_amd64.s:1700 runtime.goexit
User Message: creating resources of type "" is not supported
Beta Was this translation helpful? Give feedback.
All reactions