Search Postgresql Archives

Re: Move cluster to new host, upgraded version

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 13 Nov 2018, Adrian Klaver wrote:

You have two options:

1) The preferred one. Keep the password and create a .pgpass file to hold the password:
https://www.postgresql.org/docs/10/libpq-pgpass.html

Adrian,

  That's database-specific if I read the manual page correctly.

My guess is you had one on the other machine.

  Nope. I've been running postgres since 1997 and never used a password
since I'm the only one using the databases.

2) Change your auth method in pg_hba.conf:
https://www.postgresql.org/docs/10/client-authentication.html

  /var/lib/pgsql/11/data/pg_hba.conf has trust as the local authentication
method for all databases. Perhaps I need to restart the server after loading
the databases. Will try that.

Thanks,

Rich




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux