diff --git a/bin/diff.sh b/bin/diff.sh index e78125231fa90936d1aa16528cfe225b5ec1e476..ec2e5b44a7ed686ca980f8a7f74929d99ad9b510 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" "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" +runRemoteSSH "$ROOT/../keys/deploykey.private" "mysqldiff --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