[MDEV-17392] Galera documentation update Created: 2018-10-08  Updated: 2018-11-08  Resolved: 2018-11-08

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Trivial
Reporter: Michal Schorm Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: galera


 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


Generated at Thu Feb 08 08:36:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.