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

Cannot connect to postgres port 5432 #824

Open
jovezhong opened this issue Aug 21, 2024 · 1 comment
Open

Cannot connect to postgres port 5432 #824

jovezhong opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jovezhong
Copy link
Contributor

Describe what's wrong

After starting Timeplus Proton with 5432 port exposed from docker or using bare metal installation, I failed to connect the 5432 Postgres port

psql -h 127.0.0.1 -p 5432
psql: error: connection to server at "127.0.0.1", port 5432 failed: SSL SYSCALL error: EOF detected
connection to server at "127.0.0.1", port 5432 failed: server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.

The port 5432 is certainly opening for pgsql. Otherwise if I set a different port, the error message is different

psql -h 127.0.0.1 -p 5431
psql: error: connection to server at "127.0.0.1", port 5431 failed: Connection refused
	Is the server running on that host and accepting TCP/IP connections?

Impact
Some users want to use AWS QuickSight to build dashboard for Timeplus. It supports Postgres/MySQL/ClickHouse, but not Timeplus. Considering the long process of adding Timeplus data source to AWS product, we should allow users to use Postgres or MySQL port. This worked before but is broken for a while.

@jovezhong jovezhong added the bug Something isn't working label Aug 21, 2024
@evanzhousy
Copy link

can't wait to see this to be fixed. So we can connect to Timeplus by existing Postgres/MySQL npm packages in node.js environment as well I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants