#184 minor fix xtrabackup is the good alternative

This commit is contained in:
root 2016-04-21 23:19:36 +02:00
parent c59a852a03
commit 9b3549a92c

View File

@ -3302,7 +3302,7 @@ sub mariadb_galera {
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
}
else {
badprint "SST Method is based on xtrabackup.";
goodprint "SST Method is based on xtrabackup.";
}
if ( trim( $myvar{'wsrep_OSU_method'} ) eq "TOI" ) {
goodprint "TOI is default mode for upgrade.";