Skip to content

Commit cb9716b

Browse files
committed
ENT-4170 Fix PostgreSQL default socket group
Changelog: None This setting default was previously changed, but it was mistakenly left commented out.
1 parent a73a408 commit cb9716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps-packaging/postgresql-hub/postgresql.conf.cfengine.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#unix_socket_directories = '/tmp' # comma-separated list of directories
2525
# (change requires restart)
2626
-#unix_socket_group = '' # (change requires restart)
27-
+#unix_socket_group = 'cfpostgres' # (change requires restart)
27+
+unix_socket_group = 'cfpostgres' # (change requires restart)
2828
-#unix_socket_permissions = 0777 # begin with 0 to use octal notation
2929
+unix_socket_permissions = 0770 # begin with 0 to use octal notation
3030
# (change requires restart)

0 commit comments

Comments
 (0)