From 93821cc298f73217e7831b4a76f15ef681c56ca8 Mon Sep 17 00:00:00 2001 From: j38560 Date: Tue, 20 Dec 2016 10:55:52 +0000 Subject: [PATCH] Fixes for compare command. --- bin/diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/diff.sh b/bin/diff.sh index 98ad034..89e85b4 100644 --- a/bin/diff.sh +++ b/bin/diff.sh @@ -6,7 +6,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $ROOT/set_env.sh source $ROOT/functions.sh -runRemoteSSH "$ROOT/../keys/deploykey.private" 'mysqldbcompare --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP performance:performance --changes-for=server2 -a --difftype=sql > $ROOT/../changes.sql' +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 > $ROOT/../changes.sql' echo "Differences: echo "##########################" -- GitLab