Skip to content

Commit

Permalink
[wip] restore_command #20
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ta-yamada committed Nov 25, 2017
1 parent 15079ad commit 8a867ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ cat > recovery.conf << EOT
standby_mode = 'on'
primary_conninfo = 'host="$hostname" port=$port user=<%= @recovery_1st_stage_sh[:replication_user] %>'
<%# ひとまずいらない気がするのでコメントアウト %>
<%# restore_command = 'scp $hostname:$archivedir/%f %p' %>
restore_command = 'scp $hostname:$archivedir/%f %p'
EOT
"

0 comments on commit 8a867ad

Please sign in to comment.