Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4132

MariaDB Galera mysqldump fails to produce error messages, rsync_wan does not exist

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 5.5.28a-galera
    • 5.5.34-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

        1. node0.txt
          5 kB
        2. node1.txt
          6 kB

        Activity

          People

            seppo Seppo Jaakola
            primetomas Tomas Gustavsson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.