Skip to content

Instantly share code, notes, and snippets.

@allaire
Created May 16, 2017 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allaire/ebedb9e897b46a689ca26e9890530538 to your computer and use it in GitHub Desktop.
Save allaire/ebedb9e897b46a689ca26e9890530538 to your computer and use it in GitHub Desktop.
node.default["postgresql"]["config"]["wal_level"] = "replica"
node.default["postgresql"]["config"]["max_wal_senders"] = 6
node.default["postgresql"]["config"]["wal_keep_segments"] = 120
node.default["postgresql"]["config"]["hot_standby"] = "on"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment