Compare commits

..

No commits in common. "d3e0f41ff1aac66a99ddb285558aa1380f98b7f8" and "e4093f5e401edbe9baf9a094ca99b26da7c3586d" have entirely different histories.

View file

@ -7,7 +7,7 @@ if [[ -f ${init_file} ]]; then
master_command="${master_command}, MASTER_HOST='<%= @first_db %>', MASTER_USER='backup'"
master_command="${master_command}, MASTER_PASSWORD='<%= @backup_password%>', MASTER_SSL=1"
master_command="${master_command}, MASTER_CONNECT_RETRY=20"
zcat ${init_file} | ${mysql}
zcat ${init_file} | tail +2 | ${mysql}
${mysql} -e "${master_command}"
${mysql} -e "START SLAVE"
sleep 3s