Created attachment 207630 [details] databases/mariadb104-server/files/patch-wsrep_sst_mariabackup.sh (new file) to fix wsrep_sst_method=mariabackup With databases/mariadb104-server and databases/galera26, attempting to use wsrep_sst_method=mariabackup fails due to bad syntax in the "timeout" command in the wsrep_sst_mariabackup bash script. There is code that attempts to auto-detect which syntax to use by doing "timeout --help" and grepping the result, but the help text goes to stderr, not stdout, which means there's nothing to grep for. Attached is a very simple patch for this, to be put in databases/mariadb104-server/files/patch-wsrep_sst_mariabackup.sh
Thanks for the patch! Will include in upcoming updated versions.
A commit references this bug: Author: brnrd Date: Sat Dec 14 14:34:11 UTC 2019 New revision: 520119 URL: https://svnweb.freebsd.org/changeset/ports/520119 Log: databases/mariadb104-server: Update to 10.4.11 * Fix compression [1] * Fix mariabackup-based replication [2] PR: 239732 [1], 240692 [2] Submitted by: Tao Zhou <zhoutao laocius org> [1], Mike Andrews <mandrews bit0 com> [2] Changes: head/databases/mariadb104-server/Makefile head/databases/mariadb104-server/distinfo head/databases/mariadb104-server/files/patch-scripts_wsrep__sst__mariabackup.sh