We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e6bfe commit e3feb72Copy full SHA for e3feb72
ci/release_notes.md
@@ -0,0 +1,6 @@
1
+## Bug Fixes
2
+
3
+- Fixed a bug in the template for pgpool that was redirecting all
4
+ traffic to the local postgres node, causing a less-than-HA
5
+ situation. This is a pretty serious deficiency, so anyone using
6
+ this release should upgrade.
jobs/pgpool/templates/config/pgpool.conf
@@ -33,7 +33,7 @@ reset_query_list = 'ABORT; DISCARD ALL'
33
pool_passwd = 'passwd'
34
35
<% link("db").instances.each_with_index do |instance, i| %>
36
-backend_host<%= i %> = <%= val(instance.address) %>
+backend_hostname<%= i %> = <%= val(instance.address) %>
37
backend_port<%= i %> = <%= val(p('pgpool.backend.port')) %>
38
<% end %>
39
0 commit comments