Connect to a heroku database with pgadmin

后端 未结 5 958
情深已故
情深已故 2020-11-30 16:40

I would like to manage my heroku database with pgadmin client. By now, I\'ve been doing this with psql. When I use data from heroku pg:creden

5条回答
  •  悲哀的现实
    2020-11-30 17:13

    We require SSL for connections outside heroku. Please verify whether you're forcing SSL in your client.

    Edit:

    Answered more thoroughly here: https://dba.stackexchange.com/questions/21869/connecting-pgadmin3-to-postgres-on-heroku

    We don't allow connections to the postgres database, so be sure to set Maintenance DB to your database name, and be sure to use SSL.

    That should hopefully suffice.

提交回复
热议问题