Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a database user to allow access the database.

The needs to:

  • login

  • create databases

...

Troubleshooting

no pg_hba.conf entry for host

Edit pg_hba.conf and allow Users access the database.

  1. configure access to the database

    1. edit postgresql.conf

    2. edit line: listen_addresses = '*'

  2. allow User access

    1. edit pg_hba.conf

    2. edit block:

Code Block
# TYPE DATABASE USER CIDR-ADDRESS  METHOD
host  all  all 0.0.0.0/0 md5