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

Galera documentation update

    XMLWordPrintable

Details

    Description

      1)
      https://mariadb.com/kb/en/library/getting-started-with-mariadb-galera-cluster/

      - -DWITH_INNODB_DISALLOW_WRITES=1
      + -DWITH_INNODB_DISALLOW_WRITES=ON
      

      to reflect that the value is BOOL with ON/OFF values expected (said by CMake -LAH) and to be same as info on this page: https://mariadb.com/kb/en/library/installating-galera-from-source/


      2)

      https://mariadb.com/kb/en/library/getting-started-with-mariadb-galera-cluster/

      mysqldump
      -This is a default method.
      This script runs only on the sending side and pipes mysqldump output to the mysql client connected to the receiving server. mysqldump needs a username/password pair set in the wsrep_sst_auth variable in order to get the dump. This method requires a READ LOCK (the donor will be read-only during the whole process).
       
      rsync
      +This is a default method.
      This method uses the rsync utility for snapshots. rsync should be available by default on all modern linux distributions. This is the fastest and recommended method, especially for large datasets since it copies binary data. It requires a READ LOCK during the whole process, as for mysqldump.
      

      to reflect that rsync actually is the default method both for the variable: https://mariadb.com/kb/en/library/galera-cluster-system-variables/#wsrep_sst_method and pre-configured in the wsrep.cnf file

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            mschorm Michal Schorm
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.