Re: Ident authentication failed

2020-03-29 Thread Peter J. Holzer
On 2020-03-26 21:33:51 +0100, Christoph Moench-Tegeder wrote: > ## Ted To (t...@theo.to): > > Thank you -- I added two lines to the hba file to allow for ident > > authentication, restarted postgres and still the same errors. > > You probably don't want "ident" authentication - that's the thing >

Re: Ident authentication failed

2020-03-26 Thread Ted To
iflux" along with the password are specified in /etc/miniflux.conf. $ miniflux -c /etc/miniflux.conf -migrate Current schema version: 0 Latest schema version: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication failed for user "miniflux" I have no problem

Re: Ident authentication failed

2020-03-26 Thread Christoph Moench-Tegeder
## Ted To (t...@theo.to): > Thank you -- I added two lines to the hba file to allow for ident > authentication, restarted postgres and still the same errors. You probably don't want "ident" authentication - that's the thing with "identd" (see RfC 1413), which even 20 years ago was only used in

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
With the following, the postgres user "miniflux" along with the password are specified in /etc/miniflux.conf. $ miniflux -c /etc/miniflux.conf -migrate Current schema version: 0 Latest schema version: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication fail

Re: Ident authentication failed

2020-03-26 Thread Rob Sargent
> On Mar 26, 2020, at 1:43 PM, Ted To wrote: > > > > On 3/26/20 3:35 PM, Adrian Klaver wrote: >> Can you show the entire connection string used by miniflux? > The miniflux command is binary so, no, not easily. >> >> Did you reload/restart the server after making the changes below? > Yes.

Re: Ident authentication failed

2020-03-26 Thread Ted To
On 3/26/20 3:35 PM, Adrian Klaver wrote: Can you show the entire connection string used by miniflux? The miniflux command is binary so, no, not easily. Did you reload/restart the server after making the changes below? Yes. My /var/opt/rh/rh-postgresql96/lib/pgsql/data/pg_hba.conf file

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
lux.conf. $ miniflux -c /etc/miniflux.conf -migrate Current schema version: 0 Latest schema version: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication failed for user "miniflux" I have no problems logging into postgres as the miniflux user using the same password sp

Re: Ident authentication failed

2020-03-26 Thread Ted To
niflux -migrate [INFO] The default value for DATABASE_URL is used Current schema version: 0 Latest schema version: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication failed for user "postgres" My /var/opt/rh/rh-postgresql96/lib/pgsql/data/pg_hba.conf file includes # TY

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
ersion: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication failed for user "miniflux" I have no problems logging into postgres as the miniflux user using the same password specified in /etc/miniflux.conf. Running the same command without specifying the configuration file use

Re: Ident authentication failed

2020-03-26 Thread Ron
lux.conf. $ miniflux -c /etc/miniflux.conf -migrate Current schema version: 0 Latest schema version: 26 Migrating to version: 1 [FATAL] [Migrate] pq: Ident authentication failed for user "miniflux" I have no problems logging into postgres as the miniflux user using the same password specified i

Ident authentication failed

2020-03-26 Thread Ted To
igrate] pq: Ident authentication failed for user "miniflux" I have no problems logging into postgres as the miniflux user using the same password specified in /etc/miniflux.conf. Running the same command without specifying the configuration file uses the postgres user and also fails