You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: