Closed
Description
I want to override in the MAX_CONNECTIONS
variable which is located in RuntimePath/postgresql.conf
. The problem is, this value needs to be overridden prior to the DB process starting in order to take effect. postgres.Start()
clears RuntimePath
directory, which doesn't allow a custom postgresql.conf
to be injected. There's also no restart mechanism that would utilize the same postgresql.conf
file without wiping RuntimePath
.
Metadata
Metadata
Assignees
Labels
No labels