• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

PostgreSQL to allow localhost connections

C

cuppett

Guest
When users are created in PostgreSQL, they are only allowed to use the pipe. There needs to be access on 127.0.0.1 for TCP/IP. as well. This is used by the JDBC driver, etc. It's very limiting and can result in a lot of calls for an unexperienced sysadmin or underutilization of the PostgreSQL datastore.
 
Back
Top