Skip to content
Permalink
Browse files
Use absolute path for mariabackup binary
  • Loading branch information
angeloudy committed Jan 2, 2019
1 parent 216d5f7 commit cb85803
Showing 1 changed file with 1 addition and 1 deletion.
@@ -83,7 +83,7 @@ fi
pcmd="pv $pvopts"
declare -a RC

INNOBACKUPEX_BIN=mariabackup
INNOBACKUPEX_BIN=$(which mariabackup)
XBSTREAM_BIN=mbstream
XBCRYPT_BIN=xbcrypt # Not available in MariaBackup

2 comments on commit cb85803

@hholzgra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As wsrep_sst_mariaback up is executed with the bash -e option this breaks SST silently when mariabackup is not installed ...

@hholzgra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.