Skip to content

Splitting postgresql.conf into two separate configuration files

  • postgresql.conf should only contain settings which require a full restart to take effect
  • runtime.conf will contain settings that only require a reload
  • chef postgresql.rb recipe will now reload postgresql on template changes instead of restart.

Closes #2193 (closed)

Edited by GitLab Release Tools Bot

Merge request reports