]> git.openstreetmap.org Git - chef.git/blob - cookbooks/postgresql/templates/default/recovery.conf.erb
Move db-slave and nominatim-slave roles to public repository
[chef.git] / cookbooks / postgresql / templates / default / recovery.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 standby_mode = <%= @standby_mode %>
4 <% if @primary_conninfo -%>
5 primary_conninfo = 'host=<%= @primary_conninfo[:host] %> port=<%= @primary_conninfo[:port] %> user=<%= @primary_conninfo[:user] %> password=<%= @passwords[@primary_conninfo[:user]] %>'
6 <% end -%>
7 <% if @restore_command -%>
8 restore_command = '<%= @restore_command %>'
9 <% end -%>