Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
Description
Add here:
https://mariadb.com/kb/en/library/getting-started-with-mariadb-galera-cluster/#rsync
Need also a short example how to configure and use this on Galera rsync SST (I can't give you that).
Attachments
Issue Links
- relates to
-
MDEV-15511 Use stunnel during rsync SST if available
-
- Closed
-
Something like :
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.
As of MariaDB 10.1.36, stunnel can now be used to encrypt data over the wire. Be sure to have it installed, and to set tkey and tcert options referring to the Galera Cluster documentation (certificate directory will have to be hashed : openssl rehash /path/to/certs/).