We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动服务 ./qmoon --db.addr=127.0.0.1:5432 server
./qmoon --db.addr=127.0.0.1:5432 server
启动失败,打印错误信息
panic: 读取版本失败pq: relation "qmoon_status" does not exist goroutine 1 [running]: github.com/QOSGroup/qmoon/cmd/commands.server(0x12c86a0, 0xc00018de40, 0x0, 0x1, 0x0, 0x0) /Users/xutao/go/src/github.com/QOSGroup/qmoon/cmd/commands/server.go:38 +0x2c9 github.com/spf13/cobra.(*Command).execute(0x12c86a0, 0xc00018de20, 0x1, 0x1, 0x12c86a0, 0xc00018de20) /Users/xutao/go/pkg/mod/github.com/spf13/[email protected]/command.go:762 +0x473 github.com/spf13/cobra.(*Command).ExecuteC(0x12c8440, 0x8, 0x4, 0x12c81e0) /Users/xutao/go/pkg/mod/github.com/spf13/[email protected]/command.go:852 +0x2fd github.com/spf13/cobra.(*Command).Execute(0x12c8440, 0xc0001f5f60, 0x5) /Users/xutao/go/pkg/mod/github.com/spf13/[email protected]/command.go:800 +0x2b main.main() /Users/xutao/go/src/github.com/QOSGroup/qmoon/cmd/main.go:17 +0xb2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
启动服务
./qmoon --db.addr=127.0.0.1:5432 server
启动失败,打印错误信息
The text was updated successfully, but these errors were encountered: