Fixes for compare command.
Showing
... | @@ -6,7 +6,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ... | @@ -6,7 +6,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
source $ROOT/set_env.sh | source $ROOT/set_env.sh | ||
source $ROOT/functions.sh | source $ROOT/functions.sh | ||
runRemoteSSH "$ROOT/../keys/deploykey.private" 'mysqldbcompare --skip-data-check [email protected]$SOURCE_IP [email protected]$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 [email protected]$SOURCE_IP [email protected]$TARGET_IP performance:performance --changes-for=server2 --difftype=sql > $ROOT/../changes.sql' | ||
echo "Differences: | echo "Differences: | ||
echo "##########################" | echo "##########################" | ||
... | ... |
Please register or sign in to comment