Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5.28a-galera
-
None
-
Ubuntu 12.04, repository install
Description
Following the instructions on:
https://kb.askmonty.org/en/getting-started-with-mariadb-galera-cluster/
The mysqldump SST Script does not seem to work by default. I get an "no such file or directory" error.
The script has a number of lines where it attempts to use a function 'err', only the function isn't defined in the script:
if test -z "$WSREP_SST_OPT_USER"; then err "USER cannot be nil"; exit $EINVAL; fi
|
if test -z "$WSREP_SST_OPT_HOST"; then err "HOST cannot be nil"; exit $EINVAL; fi
|
if test -z "$WSREP_SST_OPT_PORT"; then err "PORT cannot be nil"; exit $EINVAL; fi
|
if test -z "$WSREP_SST_OPT_LPORT"; then err "LPORT cannot be nil"; exit $EINVAL; fi
|
if test -z "$WSREP_SST_OPT_SOCKET";then err "SOCKET cannot be nil";exit $EINVAL; fi
|
if test -z "$WSREP_SST_OPT_GTID"; then err "GTID cannot be nil"; exit $EINVAL; fi
|
rsync_wan as described does not exist. But rsync works fine.
Attachments
There are no Sub-Tasks for this issue.