[Doc]: Setup Postgres - Airsonic configuration (org.postgresql.util.PSQLException: FATAL: Ident authentication failed for user "airsonic") #467
Labels
documentation
Improvements or additions to documentation
Section to modify
Database
request
Hi,
For now, reporting this as a documentation issue, not a bug, as I think with the proper documentation, this can be solved?
Is anyone using Postgres as a database backend?
I am building a new Airsonic server, and I would like to use Postgres as a db backend.
In the original documentation: https://airsonic.github.io/docs/database/#postgresql
is stated:
The
airsonic.properties
files should contain the following properties in the “embedded” configuration:However, in Airsonic-Advanced, the db config should be done from the UI, and the airsonic.properties file is generated automatically.
And
So far I created an airsonic psql db user with password
/var/lib/pgsql/data/pg_hba.conf :
(for referrence: I'm setting the db password of the airsonic db user the same as the OS password of the airsonic OS user
Then I enter the info as follows:
But I'm missing something I guess, because I get the following error when starting airsonic:
The text was updated successfully, but these errors were encountered: