2016-06-01 18:04:56 +02:00
|
|
|
<% if @restore_command -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
restore_command = '<%= @restore_command %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @archive_cleanup_command -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
archive_cleanup_command = '<%= @archive_cleanup_command %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_end_command -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_end_command = '<%= @recovery_end_command %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
|
2016-06-01 18:04:56 +02:00
|
|
|
<% if @recovery_target_name -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target_name = '<%= @recovery_target_name %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_target_time -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target_time = '<%= @recovery_target_time %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_target_xid -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target_xid = '<%= @recovery_target_xid %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_target_inclusive -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target_inclusive = <%= @recovery_target_inclusive %>
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_target -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target = '<%= @recovery_target %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_target_timeline -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_target_timeline = '<%= @recovery_target_timeline %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @pause_at_recovery_target -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
pause_at_recovery_target = <%= @pause_at_recovery_target %>
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
|
2016-06-01 18:04:56 +02:00
|
|
|
<% if @standby_mode -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
standby_mode = <%= @standby_mode %>
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @primary_conninfo -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
primary_conninfo = '<%= @primary_conninfo %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @primary_slot_name -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
primary_slot_name = '<%= @primary_slot_name %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @trigger_file -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
trigger_file = '<%= @trigger_file %>'
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|
|
|
|
<% if @recovery_min_apply_delay -%>
|
2015-02-07 07:28:54 +01:00
|
|
|
recovery_min_apply_delay = <%= @recovery_min_apply_delay %>
|
2016-06-01 18:04:56 +02:00
|
|
|
<% end -%>
|