Setup Database Failed

Fabian Unruh May 8, 2012

I'm just about to install confluence the first time on a windows 2003 server.

i installed Postgresql 9.0.7 successfully and created a db called confluence with a new user called admin.

in the setup process i select - direct jdbc connection and then

Driver Class Name: org.postgresql.Driver

Database URL: jdbc:postgresql://localhost:5432/confluence

Username: admin

this results in the following error:

Configuring the database failed. Couldnt create database schema.

org.postgresql.util.PSQLException: FATAL: Passwort-Authentifizierung für Benutzer admin fehlgeschlagen

3 answers

1 accepted

0 votes
Answer accepted
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2012

I assume that this means: "Password authentication failed for user admin".

So:

1) Either your password is incorrect

2) Or postgres is actively denying auth with username / password on the server side.

You need to check you pg_hba.conf file http://www.postgresql.org/docs/8.4/static/auth-pg-hba-conf.html and see if you allow users to connect on your postgres instance.

2 votes
Fabian Unruh May 8, 2012

Thanks for your awnser... i reinstalled postgresql and authenticated only postgre as Admin. And this worked!

Best,

Fabian

0 votes
Bjørn Anger July 30, 2014

Hi,

i got an similar error. In my case it's "FATAL: Ident-Authentifizierung ...". Maybe it's different because of the translation to german. But its seems to be an other error.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events