#184 minor fix xtrabackup is the good alternative
This commit is contained in:
parent
c59a852a03
commit
9b3549a92c
1 changed files with 1 additions and 1 deletions
|
@ -3302,7 +3302,7 @@ sub mariadb_galera {
|
||||||
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
|
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
badprint "SST Method is based on xtrabackup.";
|
goodprint "SST Method is based on xtrabackup.";
|
||||||
}
|
}
|
||||||
if ( trim( $myvar{'wsrep_OSU_method'} ) eq "TOI" ) {
|
if ( trim( $myvar{'wsrep_OSU_method'} ) eq "TOI" ) {
|
||||||
goodprint "TOI is default mode for upgrade.";
|
goodprint "TOI is default mode for upgrade.";
|
||||||
|
|
Loading…
Reference in a new issue