Comments - Problem with the Galera wsrep_sst_method xtrabackup-v2
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Just want to let you know that we did solve the problem. I will be repeating the tests that I performed with rsync using xtrabackup now. To fix the xtrabackup problem, we had two issues:
wsrep_sst_xtrabackup-v2. We added a couple lines<< after this line we added 2 lines below:## Execute environmental variables for MySQL . ${HOME}/.localHere are the contents of our .local file:
$ cat .local export LD_LIBRARY_PATH=${HOME}/local/lib/ export LD_LIBRARY_PATH=:${HOME}/local/lib/ export LD_LIB_PATH=${HOME}/local/lib/ export LD_LIB_PATH=:${HOME}/local/lib/ export MB=//opt/app/mysql/product/percona-xtrabackup-2.4.1-Linux-x86_64 export MD=//opt/app/mysql/data export MH=//opt/app/mysql/product/mariadb-10.1.12-linux-x86_64 export ML=//opt/app/mysql/log export MYSQL_BACKUP_HOME=//opt/app/mysql/product/percona-xtrabackup-2.4.1-Linux-x86_64 export MYSQL_HOME=//opt/app/mysql/product/mariadb-10.1.12-linux-x86_64 export MYSQL_LOCAL_HOME=//opt/app/mysql/local export PATH=${HOME}/local/bin:$PATH export PATH=${MYSQL_BACKUP_HOME}/bin:${PATH} export PATH=${MYSQL_HOME}/bin:${PATH} export PATH=${MYSQL_LOCAL_HOME}/bin:${PATH} export PYTHONPATH=${HOME}/local/lib