If you are having trouble connecting to the database while using the PostgreSQL service, you need to change the listened addresses in the settings file below.
nano /etc/postgresql/10/main/postgresql.conf
listen_addresses = '*'
Then we restart with the following command.
service postgresql restart
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket