Merge pull request #5242 from pmatsinopoulos/patch-1
Correct folder for pgsql socket
This commit is contained in:
commit
709c234cb9
|
@ -114,7 +114,7 @@ unix_socket_directories = '/var/pgsql_socket' # comma-separated list of direct
|
|||
#and
|
||||
unix_socket_permissions = 0777 # begin with 0 to use octal notation
|
||||
```
|
||||
Then create the '/var/pgsql/' folder and set up the appropriate permission in your bash (this requires admin access)
|
||||
Then create the '/var/pgsql_socket/' folder and set up the appropriate permission in your bash (this requires admin access)
|
||||
```
|
||||
sudo mkdir /var/pgsql_socket
|
||||
sudo chmod 770 /var/pgsql_socket
|
||||
|
|
Loading…
Reference in New Issue