Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.23, 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6
-
None
Description
The problem was fixed for pre-10.1 in MDEV-7233, but it re-appear after moving galera inside server.
So, here is typical the pattern:
- rsync - sst method is used in Galera
- Server is upgraded to new version with mariabackup
- mariabackup (or xtrabackup) is evaluated and is confirmed to work properly for basic backup/restore operations on single node
- sst configuration is changed to mariabackup (or xtrabackup-v2)
- error is observed in logs during sst 'socat is not found in path' when new sst method is used
We shall break this pattern somehow if possible
Attachments
Issue Links
- relates to
-
MDEV-13993 Transition from 'net-tools' to 'iproute2'
-
- Closed
-
-
MDEV-7233 Fix issue with missing dependency socat when installing MariaDB-galera-server on RedhatEL/OracleEL/(Others?) RPM based
-
- Closed
-
-
MDEV-15638 galera package should contain dependecy on socat
-
- Closed
-
No, of course, not. What I mean is merely
--- a/support-files/wsrep.cnf.sh
+++ b/support-files/wsrep.cnf.sh
@@ -101,6 +101,8 @@ wsrep_notify_cmd=
##
# State Snapshot Transfer method
+# Allowed values are rsync, xtrabackup-v2, mariabackup, mysqldump
+# when using mariabackup or xtrabackup-v2, make sure you have socat installed
wsrep_sst_method=rsync
And, of course, I agree that this should be documented in KB.