Skip to content

Instantly share code, notes, and snippets.

@liuxd
Created April 4, 2019 02:57
Show Gist options
  • Save liuxd/380c1fe2cba30987a4dcd9336a3acb7c to your computer and use it in GitHub Desktop.
Save liuxd/380c1fe2cba30987a4dcd9336a3acb7c to your computer and use it in GitHub Desktop.
[Connecting DBeaver to a Heroku Postgres Database] #PostgreSQL #Heroku

To connect Pgsql in Heroku, SSL is required. If not, an error message will be given:

FATAL: no pg_hba.conf entry for host "75.168.4.146", user "rphbqggxeokuxl", database "dc008iqk0rq4j5", SSL off

To make it with DBeaver:

  • click the "SSL" tab on connection proper.
  • choose a Factory for "SSL Factory" in the "Advanced" section.

DONE!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment