Forum

Initial setup and p...
 
Notifications
Retirer tout

Initial setup and postgresql with no user dbname

5 Posts
2 Utilisateurs
0 Reactions
1,613 Vu
(@mikael-cordongmail-com)
Posts: 6
Active Member
Début du sujet
 
[#8967]

Hello,

I am installing a new instance of ProjeQtOr with PostgreSQL database, but I am facing a connection problem:

SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "...", user "xpqotestle", database "xpqotestle", SSL off
dsn = pgsql:host=********;port=5432

pg_hba.conf is well configured. The dbuser xpqotestle has no database named xpqotestle: totally normal by our database naming rules. The dbuser should connect to database named xpqop1_test, which is already created and which is specified in the setup form.

The problem seem to be: with no database specified on the first connection test (seen in tool/configCheck.php), PDO_pgsql try to connect to default dbuser database.

How to deal this?
 


 
Posté : 17/07/2023 6:04 pm
(@babynus)
Posts: 14952
Membre Admin
 

If you know what is wrong, change it in file parameters.php.
Or you can replay the configuration : just remove file tool/parametersLocation.php.


 
Posté : 17/07/2023 7:54 pm
(@mikael-cordongmail-com)
Posts: 6
Active Member
Début du sujet
 

In fact, parameter.php is not created, the checks fails.
If I modify tool/configCheck.php to take the dbname into account on the first connection check ("check without database") it works.
When using pgsql, and dbname different from dbuser (and there is no db with the same name as dbuser) the check fails.


 
Posté : 17/07/2023 8:13 pm
(@babynus)
Posts: 14952
Membre Admin
 

With PostgreSql DB should be created first.
Then dedicated user should be created and set as owner od DB.
Then DB name can be different from DB User


 
Posté : 21/07/2023 4:57 pm
(@mikael-cordongmail-com)
Posts: 6
Active Member
Début du sujet
 

Well, I could get around the problem (I hacked configCheck.php). But I am pretty sure the DB was created before the user, and sure that the user was the owner of the DB.

I am on holiday, but I would try to reproduce the situation.


 
Posté : 21/07/2023 6:58 pm
Share:
Retour en haut