Hi,
I try to install Pialab on a shared server. From SSH, when I try to create database, I have these issue messages :
In AbstractPostgreSQLDriver.php line 73: An exception occurred in driver: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
In PDOConnection.php line 31: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
In PDOConnection.php line 27: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
It seems that Console can't connect to Postgres.
I can't find the "pg_hba.conf" file on the server
Do you have an idea to fix the problem?
Thanks a lot
Hi,
I try to install Pialab on a shared server. From SSH, when I try to create database, I have these issue messages :
In AbstractPostgreSQLDriver.php line 73: An exception occurred in driver: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
In PDOConnection.php line 31: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
In PDOConnection.php line 27: SQLSTATE[08006] [7] FATAL: no pg_hba.conf entry for host "::1", user "user_pialab", database "postgres", SSL off ;
It seems that Console can't connect to Postgres.
I can't find the "pg_hba.conf" file on the server
Do you have an idea to fix the problem?
Thanks a lot