-
I followed the documentation and installed it, but I get an error about not being able to connect! |
Beta Was this translation helpful? Give feedback.
Answered by
akiver
Dec 4, 2023
Replies: 2 comments 2 replies
-
Assuming you are on Windows, here are some things you can do:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SPbb0451
-
An error occurred when connecting to the remote server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you are on Windows, here are some things you can do:
postgresql
service is runningservices
from the Windows search bar and open theServices
apppostgresql-x64-16
and ensure it's running. If it's missing, it means PostgreSQL has not been installed correctly.5432
, maybe you changed it during the installation like on the screenshot in the installation instructions? (it's5433
)cmd.exe
)psql -h 127.0.0.1 -U postgres -p 5432
and press enter. If you have the "Connection refused" error try with the port5433
.