Skip to content

Commit

Permalink
Merge pull request #71 from sinfomicien/support-xtrabackupv2-sst_method
Browse files Browse the repository at this point in the history
Add xtrabackup-v2 support for SST Method
  • Loading branch information
sinfomicien committed Jul 28, 2015
2 parents f37eb7d + 64d0b6d commit 6f1258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/galera.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
action :install
end
else
if node['mariadb']['galera']['wsrep_sst_method'] == 'xtrabackup'
if node['mariadb']['galera']['wsrep_sst_method'] =~ /^xtrabackup(-v2)?/
package 'percona-xtrabackup' do
action :install
end
Expand Down

0 comments on commit 6f1258a

Please sign in to comment.