Solution to PostgreSQL FATAL: no pg_hba.conf entry for host Error
If you receive the FATAL: no pg_hba.conf entry for host error when you want to connect to the PostgreSQL service externally in your projects such as PHP, Python, Django, you need to allow external connection to the ph_hba.conf file to solve it.
nano /etc/postgresql/10/main/pg_hba.conf
host all all 0.0.0.0/0 md5
We write the code on the bottom line of the file, save it and close it.
We use the following command to restart the service.
service postgresql restart
You can click for our Türkiye location Reseller packages.
Can't find the information you're looking for?
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket-
How to Open Ports in Windows?
442 2
-
How to Grant Windows Administrator Privileges?
356 0
-
How to install Webmin on Ubuntu?
990 2
-
Linux SSH Terminal Commands and Explanations
937 3
-
CentOS Stream 10 Update Commands
1004 1
-
CentOS Stream 9 Update Commands
1551 2
-
CentOS Stream 8 Update Commands
770 0
-
What is FreeBSD?
964 2
-
Out: 452 4.3.1 Insufficient system storage
855 2
-
Turning Off Automatic Updates in Windows Operating Systems
987 1