[GRASS-user] Migrating to new RDBMS
Moritz Lennert
mlennert at club.worldonline.be
Wed Oct 31 09:08:43 PDT 2018
On 31/10/18 16:49, Rich Shepard wrote:
> On Wed, 31 Oct 2018, Moritz Lennert wrote:
>
>> This sounds like Stefan might be on the right path: are you sure your
>> Postgresql server accepts connections from the network ? What is
>> 'listen_addresses' set to in your postgresql.conf ? And is password
>> authentication enabled in pg_hba.conf ?
>
> Moritz,
>
> /usr/share/postgresql-10.3/postgresql.conf has, as defaults. localhost for
> the listen_addresses and 5432 for the port. I modified that file so
> listen_addresses has both 'localhost' and 'salmo' (the localhost's host
> name).
https://www.postgresql.org/docs/11/static/runtime-config-connection.html
>
> There is no password authentication; all methods are 'trust'.
>
> pg_ctl used to reload the server.
>
> db.test still fails, too.
try
psql -h 127.0.0.1 willamette-river-hg
Does this work ?
Moritz
More information about the grass-user
mailing list