Skip to content
New issue

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

fix: psql connect error #164

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

daviderli614
Copy link
Member

@daviderli614 daviderli614 commented Oct 9, 2023

gtctl version:

GitCommit: 61684d90d7ceb873f51fb50d3b8a0bc1471da69d
GitVersion: 
GoVersion: go1.19
Compiler: gc
Platform: darwin/arm64
BuildDate: 2023-10-09T09:52:58Z

psql connect:

psql -h 127.0.0.1 -p 4003
psql: error: connection to server at "127.0.0.1", port 4003 failed: FATAL:  Database not found: greptime

link: https://docs.greptime.com/getting-started/try-out-greptimedb#connect . need to add -d public

@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (61684d9) 35.36% compared to head (1cc8891) 35.36%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #164   +/-   ##
========================================
  Coverage    35.36%   35.36%           
========================================
  Files           11       11           
  Lines         1377     1377           
========================================
  Hits           487      487           
  Misses         793      793           
  Partials        97       97           
Files Coverage Δ
pkg/cmd/gtctl/cluster/create/create.go 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shawnh2 shawnh2 merged commit e32d7b0 into GreptimeTeam:develop Oct 9, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants