Jump to content

Recommended Posts

Posted

Good day! I am attempting to connect to my newly created PostgreSQL database and am encountering an error:

Unable to connect to server: connection failed: connection to server at "65.19.154.90", port 5432 failed: FATAL: no pg_hba.conf entry for host "73.230.168.44", user "cm1291_pg", database "cm1291_nfl", SSL on connection to server at "65.19.154.90", port 5432 failed: FATAL: no  no pg_hba.conf entry for host "73.230.168.44", user "cm1291_pg", database "cm1291_nfl", SSL off

According to many past topics, root admin Krydos is needed to enable this on my account. Please let me know if this is possible. Thank you!

Posted

Yeah this is disabled by default for security. Looks like database cm1291_nfl and user cm1291_pg based on the errors.

Escalating to have it enabled for you :) 

Posted

It has to be enabled for each database. If you need more than one, you can just create the databases now and add them here so he can do them all at once.

Posted

Remote access enabled.

host=65.19.154.90
port=5432
user=cm1291_pg
dbname=cm1291_mlb
password=<set in Plesk>
host=65.19.154.90
port=5432
user=cm1291_pg
dbname=cm1291_nfl
password=<set in Plesk>

 

  • Krydos changed the title to [Solved] Connect to PostgreSQL DB

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...