Skip to content

Commit

Permalink
AECOPS-849: decrease verbosity of Percona MyLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
yyevgenii committed Jan 19, 2024
1 parent ac9313e commit e6675a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m2install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ function restore_db()
if [[ "${_DB_FILENAME}" =~ "db_mydumper.sql.gz" ]]; then
hash myloader &>/dev/null || printError "'myloader' is not found on this system" || exit 1
CMD="gunzip -cf ${_DB_FILENAME} | myloader --host ${DB_HOST} --user ${DB_USER} --password ${DB_PASSWORD} --database ${DB_NAME} --overwrite-tables --stream"
CMD="gunzip -cf ${_DB_FILENAME} | myloader --host ${DB_HOST} --user ${DB_USER} --password ${DB_PASSWORD} --database ${DB_NAME} --overwrite-tables --verbose 1 --stream"
else
CMD="gunzip -cf ${_DB_FILENAME}"
if which pv > /dev/null
Expand Down

0 comments on commit e6675a3

Please sign in to comment.