From cb7b2d38643dcbc493b7895dee7154d9b0d69a3c Mon Sep 17 00:00:00 2001 From: j38560 Date: Thu, 22 Dec 2016 15:17:16 +0000 Subject: [PATCH] Moved to mysqldiff. --- bin/diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/diff.sh b/bin/diff.sh index 2d8f6e7..e781252 100644 --- a/bin/diff.sh +++ b/bin/diff.sh @@ -6,6 +6,6 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $ROOT/set_env.sh source $ROOT/functions.sh -runRemoteSSH "$ROOT/../keys/deploykey.private" "mysqldbcompare --skip-row-count --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP performance:performance --changes-for=server2 --difftype=sql | tee /tmp/changes.sql" +runRemoteSSH "$ROOT/../keys/deploykey.private" "mysqldiff --skip-row-count --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP performance:performance --changes-for=server2 --difftype=sql | tee /tmp/changes.sql" scp -o StrictHostKeyChecking=no -i $ROOT/../keys/deploykey.private root@$TARGET_IP:/tmp/changes.sql $ROOT/../changes.sql \ No newline at end of file -- GitLab