Versions Compared

Key

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

...

Code Block
titleline to add to pg_hba.conf
host # TYPE  DATABASE    USER        CIDR-ADDRESS   dspace       METHOD
host    dspace reporting     reporting   10.123.0.0/64         md5

You also need to make sure the Postgres daemon is listening on an IP address on the Postgres server that can be connected to from wherever you want to run your SQL client. Make sure that your "localhost" address is also included if you run postgres on the same machine as DSpace. The '*' value will make Postgres listen on all local IP addresses:

Code Block
titleedit listen_addresses in postgresql.conf
listen_addresses        md5= '*'

Oracle

TODO

Opening firewall ports

...