[MDEV-16988] Galera rsync method can now use stunnel to encrypt data transmission. Created: 2018-08-15 Updated: 2018-08-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation, Galera SST |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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). |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2018-08-16 ] |
|
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/). |
| Comment by Ian Gilfillan [ 2018-08-27 ] |
|
Basic documentation has been added, as well as on release notes. Will add example at a later stage. |